MCPcopy Create free account
hub / github.com/Effect-TS/effect / sync

Method sync

packages/platform/deno/src/DenoFileSystem.ts:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 get sync() {
207 return tryPromise("sync", undefined, () => this.file.sync())
208 }
209
210 seek(offset: FileSystem.SizeInput, from: FileSystem.SeekMode) {
211 const size = FileSystem.Size(offset)

Callers 15

withDatabaseFunction · 0.45
layerFunction · 0.45
e2eSuiteFunction · 0.45
rpc-schemas.tsFile · 0.45
setupFunction · 0.45
listenFunction · 0.45
sendFunction · 0.45
handlePortFunction · 0.45
runFunction · 0.45
sendBodyFunction · 0.45
textFunction · 0.45

Calls 1

tryPromiseFunction · 0.70

Tested by 9

withDatabaseFunction · 0.36
layerFunction · 0.36
acceptFunction · 0.36
setIsTerminalFunction · 0.36
withRestoredIsTerminalFunction · 0.36
replaceDenoConnectFunction · 0.36
openWebSocketFunction · 0.36
connectWebSocketFunction · 0.36
assertOpenResultFunction · 0.36