Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ list_processes
Method
list_processes
deps/v8/tools/testrunner/local/context.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
super().__init__(PosixCommand)
60
61
def
list_processes(self):
62
return
list_processes_linux()
63
64
def
terminate_process(self, process):
65
os.kill(process.pid, signal.SIGTERM)
Callers
1
_log_processes
Method · 0.45
Calls
1
list_processes_linux
Function · 0.85
Tested by
no test coverage detected