MCPcopy 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

createHookMethod · 0.95
runMethod · 0.95
runMethod · 0.45

Calls 1

getCtxMethod · 0.95

Tested by

no test coverage detected