Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getRunArgs
Method
getRunArgs
lib/internal/test_runner/test.js:1258–1261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1256
}
1257
1258
getRunArgs() {
1259
const
ctx = this.getCtx();
1260
return
{ __proto__: null, ctx, args: [ctx] };
1261
}
1262
1263
async
runHook(hook, args) {
1264
validateOneOf(hook,
'hook name'
, kHookNames);
Callers
3
createHook
Method · 0.95
run
Method · 0.95
run
Method · 0.45
Calls
1
getCtx
Method · 0.95
Tested by
no test coverage detected