Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ is_source_available
Method
is_source_available
deps/v8/tools/testrunner/objects/testcase.py:535–536 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
533
return
flags
534
535
def
is_source_available(self):
536
return
self._get_source_path() is not None
537
538
def
get_source(self):
539
return
read_file(self._get_source_path())
Callers
1
PrintTestSource
Function · 0.80
Calls
1
_get_source_path
Method · 0.95
Tested by
no test coverage detected