Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ bar
Function
bar
test/parallel/test-runner-mocking.js:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
return
this._foo;
157
},
158
bar() {
159
return
this._bar;
160
},
161
};
162
163
t.mock.method(obj,
'foo'
);
Callers
2
test
Function · 0.70
test-require-enoent-dir.js
File · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56