Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ do_pop
Method
do_pop
deps/v8/tools/testrunner/testproc/loader_test.py:28–29 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
26
def
send_test_return_values(self, l):
27
28
def
do_pop(*args):
29
return
l.pop()
30
31
with
patch(
32
'testrunner.testproc.loader.LoadProc._send_test'
, side_effect=do_pop):
Callers
nothing calls this directly
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected