MCPcopy Index your code
hub / github.com/nodejs/node / Exists

Method Exists

deps/v8/tools/mb/mb.py:1261–1263  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

1259 return os.path.expanduser(path)
1260
1261 def Exists(self, path):
1262 # This function largely exists so it can be overridden for testing.
1263 return os.path.exists(path)
1264
1265 def Fetch(self, url):
1266 # This function largely exists so it can be overridden for testing.

Callers 12

CmdValidateMethod · 0.95
GetConfigMethod · 0.95
GNArgsFromDirMethod · 0.95
LookupMethod · 0.95
ReadIOSBotConfigMethod · 0.95
ReadConfigFileMethod · 0.95
ReadIsolateMapMethod · 0.95
RunGNGenMethod · 0.95
RunGNAnalyzeMethod · 0.95
ReadInputJSONMethod · 0.95

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected