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

Method someTask

test/parallel/test-runner-mocking.js:407–409  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

405 // Makes sure that having a null-prototype doesn't throw our system off
406 class A extends null {
407 static someTask(msg) {
408 return msg;
409 }
410 static method(msg) {
411 return this.someTask(msg);
412 }

Callers 2

methodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected