MCPcopy Create free account
hub / github.com/nodejs/node / get_path

Function get_path

deps/v8/tools/dev/gm.py:400–403  ·  view source on GitHub ↗
(arch, mode)

Source from the content-addressed store, hash-verified

398
399
400def get_path(arch, mode):
401 if build_dir_prefix:
402 return OUTDIR / f"{build_dir_prefix}-{arch}.{mode}"
403 return OUTDIR / f"{arch}.{mode}"
404
405
406def prepare_mksnapshot_cmdline(orig_cmdline, path):

Callers 2

__init__Method · 0.85
populate_configsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected