Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getRunArgs
Method · 0.95
getCtx
Method · 0.45
getTestContext
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected