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

Function Main

deps/v8/test/debugging/wasm/gdb-server/memory.py:104–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102
103
104def Main():
105 index = sys.argv.index('--')
106 args = sys.argv[index + 1:]
107 # The remaining arguments go to unittest.main().
108 global command
109 command = args
110 unittest.main(argv=sys.argv[:index])
111
112if __name__ == '__main__':
113 Main()

Callers 1

memory.pyFile · 0.70

Calls 2

indexMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…