Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
216
fs.existsSync =
function
(path) {
Callers
15
call
Function · 0.70
_tls_legacy.js
File · 0.70
callSocketMethod
Function · 0.70
shared
Function · 0.70
rr
Function · 0.70
onSession
Function · 0.70
loadSession
Function · 0.70
loadSNI
Function · 0.70
requestOCSP
Function · 0.70
onOCSP
Function · 0.70
_stream_wrap.js
File · 0.70
_debugger.js
File · 0.70
Calls
1
callback
Function · 0.70
Tested by
no test coverage detected