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

Method getRunArgs

lib/internal/test_runner/test.js:1837–1840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1835 }
1836
1837 getRunArgs() {
1838 const ctx = new SuiteContext(this);
1839 return { __proto__: null, ctx, args: [ctx] };
1840 }
1841
1842 async run() {
1843 this.computeInheritedHooks();

Callers 2

createBuildMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected