MCPcopy
hub / github.com/jvilk/BrowserFS / open

Function open

test/tests/fs/all/node-fs-chmod.ts:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 var openCount = 0;
17
18 var open = function() {
19 openCount++;
20 return (<any>fs)._open.apply(fs, arguments);
21 };
22
23 var openSync = function() {
24 openCount++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected