Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ default
Function
default
test/parallel/test-runner-module-mocking.js:733–735 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
731
await
assertGetterMockWorksInBothSystems(t, (getter) => ({
732
exports: {
733
get default() {
734
return
getter();
735
},
736
},
737
}));
738
});
Callers
2
__init__
Method · 0.85
finalize
Method · 0.85
Calls
1
getter
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…