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

Method _get_source_path

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

Source from the content-addressed store, hash-verified

539 return read_file(self._get_source_path())
540
541 def _get_source_path(self):
542 return None
543
544 def skip_predictable(self):
545 """Returns True if the test case is not suitable for predictable testing."""

Callers 3

is_source_availableMethod · 0.95
get_sourceMethod · 0.95
get_android_resourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected