MCPcopy 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
finalizeMethod · 0.85

Calls 1

getterFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…