MCPcopy
hub / github.com/electric-sql/pglite / syncToFs

Method syncToFs

packages/pglite/src/fs/base.ts:27–27  ·  view source on GitHub ↗

* Sync the filesystem to any underlying storage.

(relaxedDurability?: boolean)

Source from the content-addressed store, hash-verified

25 * Sync the filesystem to any underlying storage.
26 */
27 syncToFs(relaxedDurability?: boolean): Promise<void>
28
29 /**
30 * Sync the filesystem from any underlying storage.

Callers 4

#runQueryFunction · 0.65
#runExecFunction · 0.65
doSyncMethod · 0.65
syncToFsFunction · 0.65

Implementers 1

EmscriptenBuiltinFilesystempackages/pglite/src/fs/base.ts

Calls

no outgoing calls

Tested by

no test coverage detected