Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ get_shell
Method
get_shell
deps/v8/tools/testrunner/objects/testcase.py:493–494 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
491
return
timeout
492
493
def
get_shell(self):
494
raise
NotImplementedError()
495
496
def
path_and_suffix(self, suffix):
497
return
self.path.with_name(self.path.name + suffix)
Callers
2
shell
Method · 0.95
_create_cmd
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected