We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9aeeb commit ba94649Copy full SHA for ba94649
packages/utils/src/lib/wal.ts
@@ -344,7 +344,7 @@ export function parseWalFormat<T extends WalRecord = WalRecord>(
344
}
345
346
/**
347
- * NOTE: this helper is only used in this file. The rest of the repo avoids sync methods so it is not reusable.
+ * NOTE: this helper is only used within the scope of wal and sharded wal logic. The rest of the repo avoids sync methods so it is not reusable.
348
* Ensures a directory exists, creating it recursively if necessary using sync methods.
349
* @param dirPath - The directory path to ensure exists
350
*/
0 commit comments