Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _parse_source_files
Method
_parse_source_files
deps/v8/test/message/testcfg.py:52–53 ·
view source on GitHub ↗
(self, source)
Source
from the content-addressed store, hash-verified
50
self._source_flags = self._parse_source_flags(source)
51
52
def
_parse_source_files(self, source):
53
return
[self._get_source_path()]
54
55
def
_expected_fail(self):
56
return
'fail'
in self.path.parts
Callers
1
__init__
Method · 0.95
Calls
1
_get_source_path
Method · 0.95
Tested by
no test coverage detected