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

Method getCtx

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

Source from the content-addressed store, hash-verified

1251
1252 #ctx;
1253 getCtx() {
1254 this.#ctx ??= new TestContext(this);
1255 return this.#ctx;
1256 }
1257
1258 getRunArgs() {
1259 const ctx = this.getCtx();

Callers 3

getRunArgsMethod · 0.95
getCtxMethod · 0.45
getTestContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected