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

Method PathJoin

deps/v8/tools/mb/mb.py:1279–1281  ·  view source on GitHub ↗
(self, *comps)

Source from the content-addressed store, hash-verified

1277 raise
1278
1279 def PathJoin(self, *comps):
1280 # This function largely exists so it can be overriden for testing.
1281 return os.path.join(*comps)
1282
1283 def Print(self, *args, **kwargs):
1284 # This function largely exists so it can be overridden for testing.

Callers 7

_RunLocallyIsolatedMethod · 0.95
GetConfigMethod · 0.95
GNArgsFromDirMethod · 0.95
ReadIOSBotConfigMethod · 0.95
RunGNIsolateMethod · 0.95
GNCmdMethod · 0.95
ToAbsPathMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected