Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ path_and_suffix
Method
path_and_suffix
deps/v8/tools/testrunner/objects/testcase.py:496–497 ·
view source on GitHub ↗
(self, suffix)
Source
from the content-addressed store, hash-verified
494
raise
NotImplementedError()
495
496
def
path_and_suffix(self, suffix):
497
return
self.path.with_name(self.path.name + suffix)
498
499
@property
500
def
path_js(self):
Callers
8
path_js
Method · 0.95
path_mjs
Method · 0.95
_get_source_path
Method · 0.95
output_proc
Method · 0.95
_get_source_path
Method · 0.95
output_proc
Method · 0.95
output_proc
Method · 0.95
output_proc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected