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

Method RelPath

deps/v8/tools/mb/mb.py:1294–1296  ·  view source on GitHub ↗
(self, path, start='.')

Source from the content-addressed store, hash-verified

1292 return fp.read()
1293
1294 def RelPath(self, path, start='.'):
1295 # This function largely exists so it can be overriden for testing.
1296 return os.path.relpath(path, start)
1297
1298 def RemoveFile(self, path):
1299 # This function largely exists so it can be overriden for testing.

Callers 1

ToSrcRelPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected