MCPcopy Index your code
hub / github.com/nodejs/node / get_source

Method get_source

deps/v8/tools/testrunner/objects/testcase.py:538–539  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

536 return self._get_source_path() is not None
537
538 def get_source(self):
539 return read_file(self._get_source_path())
540
541 def _get_source_path(self):
542 return None

Callers 12

_parse_source_flagsMethod · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
_parse_source_flagsMethod · 0.95
__init__Method · 0.95
__init__Method · 0.95
_get_timeout_paramMethod · 0.95
_get_files_paramsMethod · 0.95
__init__Method · 0.95
__init__Method · 0.95
PrintTestSourceFunction · 0.45

Calls 2

_get_source_pathMethod · 0.95
read_fileFunction · 0.85

Tested by

no test coverage detected