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

Function cb

node/lib/fs.js:211–213  ·  view source on GitHub ↗
(err, stats)

Source from the content-addressed store, hash-verified

209 req.oncomplete = cb;
210 binding.stat(pathModule._makeLong(path), req);
211 function cb(err, stats) {
212 if (callback) callback(err ? false : true);
213 }
214};
215
216fs.existsSync = function(path) {

Callers 15

callFunction · 0.70
_tls_legacy.jsFile · 0.70
callSocketMethodFunction · 0.70
sharedFunction · 0.70
rrFunction · 0.70
onSessionFunction · 0.70
loadSessionFunction · 0.70
loadSNIFunction · 0.70
requestOCSPFunction · 0.70
onOCSPFunction · 0.70
_stream_wrap.jsFile · 0.70
_debugger.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected