MCPcopy 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 {}

Calls 1

someTaskMethod · 0.95

Tested by

no test coverage detected