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

Function get_test_binary

deps/v8/tools/dev/gm.py:649–652  ·  view source on GitHub ↗
(argstring)

Source from the content-addressed store, hash-verified

647
648
649def get_test_binary(argstring):
650 for suite in TESTSUITES_TARGETS:
651 if argstring.startswith(suite): return TESTSUITES_TARGETS[suite]
652 return None
653
654class ArgumentParser(object):
655 def __init__(self):

Callers 2

maybe_parse_builddirMethod · 0.85
parse_argMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected