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

Function stop_replay_server

deps/v8/tools/callstats.py:80–83  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

78
79
80def stop_replay_server(server):
81 print("SHUTTING DOWN REPLAY SERVER %s" % server['process'].pid)
82 server['process'].terminate()
83 os.remove(server['injection'])
84
85
86def generate_injection(f, sites, refreshes=0):

Callers 2

do_runFunction · 0.85
do_run_replay_serverFunction · 0.85

Calls 3

printFunction · 0.70
terminateMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…