Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getPrivateValue
Method
getPrivateValue
test/parallel/test-runner-mocking.js:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
getPrivateValue() {
71
return
this.#privateValue;
72
}
73
}
74
75
const
ctor = t.mock.fn(Clazz);
Callers
1
test-runner-mocking.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected