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

Method ToAbsPath

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

Source from the content-addressed store, hash-verified

989 return '\n'.join(args_gn_lines)
990
991 def ToAbsPath(self, build_path, *comps):
992 return self.PathJoin(self.chromium_src_dir,
993 self.ToSrcRelPath(build_path),
994 *comps)
995
996 def ToSrcRelPath(self, path):
997 """Returns a relative path from the top of the repo."""

Callers 9

CmdValidateMethod · 0.95
GetConfigMethod · 0.95
GNArgsFromDirMethod · 0.95
LookupMethod · 0.95
RunGNGenMethod · 0.95
WriteIsolateFilesMethod · 0.95
GNArgsMethod · 0.95
fake_mbwMethod · 0.80

Calls 2

PathJoinMethod · 0.95
ToSrcRelPathMethod · 0.95

Tested by 1

fake_mbwMethod · 0.64