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

Function createMissingDeclaration

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

Source from the content-addressed store, hash-verified

25557 }
25558 // @api
25559 function createMissingDeclaration() {
25560 var node = createBaseDeclaration(276 /* SyntaxKind.MissingDeclaration */,
25561 /*decorators*/ undefined,
25562 /*modifiers*/ undefined);
25563 return node;
25564 }
25565 //
25566 // Module references
25567 //

Callers

nothing calls this directly

Calls 1

createBaseDeclarationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…