MCPcopy
hub / github.com/plasma-umass/browsix / complete

Method complete

src/browser-node/binding/fs.ts:14–16  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

12 }
13
14 complete(...args: any[]): void {
15 this.oncomplete.apply(this, arguments);
16 }
17}
18
19// FIXME: this is copied from node's stdlib in order to avoid

Callers 3

statFinishedFunction · 0.45
readFunction · 0.45
chunkCompleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected