Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ run
Method
run
deps/v8/tools/testrunner/testproc/sequence_test.py:37–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
True
36
37
def
run(self):
38
test = self.tests.pop()
39
self._send_result(test, test.n)
40
41
42
class
FakeResultObserver(base.TestProcObserver):
Callers
1
_test
Method · 0.95
Calls
2
pop
Method · 0.80
_send_result
Method · 0.80
Tested by
no test coverage detected