Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hello
Method
hello
test/parallel/test-console-instance.js:107–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
{
106
class
MyConsole extends Console {
107
hello() {}
108
// See if the methods on Console.prototype are overridable.
109
log() {
return
'overridden'
; }
110
}
Callers
11
test.js
File · 0.45
run
Function · 0.45
test-import-package.js
File · 0.45
test-require-package.js
File · 0.45
test.js
File · 0.45
submodule.js
File · 0.45
test.js
File · 0.45
test.js
File · 0.45
test.js
File · 0.45
root.js
File · 0.45
sea.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected