MCPcopy 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

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56