Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ method
Method
method
test/parallel/test-runner-mocking.js:410–412 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
408
return
msg;
409
}
410
static method(msg) {
411
return
this.someTask(msg);
412
}
413
}
414
class
B extends A {}
415
class
C extends B {}
Callers
7
test-runner-mocking.js
File · 0.45
test-child-process-bad-stdio.js
File · 0.45
test-fs-write-file-flush.js
File · 0.45
test-fs-append-file-flush.js
File · 0.45
test-fs-write-stream-flush.js
File · 0.45
test-child-process-windows-hide.js
File · 0.45
test-fetch-mock.js
File · 0.45
Calls
1
someTask
Method · 0.95
Tested by
no test coverage detected