MCPcopy Index your code
hub / github.com/nodejs/node / createVoidZero

Function createVoidZero

test/fixtures/snapshot/typescript.js:26662–26664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26660 /*argumentsArray*/ paramValue ? [paramValue] : []);
26661 }
26662 function createVoidZero() {
26663 return createVoidExpression(createNumericLiteral("0"));
26664 }
26665 function createExportDefault(expression) {
26666 return createExportAssignment(
26667 /*decorators*/ undefined,

Callers 2

createTypeCheckFunction · 0.85
createCallBindingFunction · 0.85

Calls 2

createVoidExpressionFunction · 0.85
createNumericLiteralFunction · 0.85

Tested by

no test coverage detected