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

Method sync

packages/platform/node-shared/src/NodeFileSystem.ts:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 }
272
273 get sync() {
274 return nodeSync(this.fd)
275 }
276
277 seek(offset: FileSystem.SizeInput, from: FileSystem.SeekMode) {
278 const offsetSize = FileSystem.Size(offset)

Callers 15

entriesFunction · 0.45
setIsTTYFunction · 0.45
withRestoredIsTTYFunction · 0.45
assertOpenResultFunction · 0.45
node-terminal.tsFile · 0.45
pullIntoWritableFunction · 0.45
spawnFunction · 0.45
NodeStdio.tsFile · 0.45
NodeTerminal.tsFile · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by 6

entriesFunction · 0.36
setIsTTYFunction · 0.36
withRestoredIsTTYFunction · 0.36
assertOpenResultFunction · 0.36
connectFunction · 0.36
executeFunction · 0.36