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

Function createBaseNode

test/fixtures/snapshot/typescript.js:21525–21527  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

21523 return new (TokenConstructor || (TokenConstructor = ts.objectAllocator.getTokenConstructor()))(kind, /*pos*/ -1, /*end*/ -1);
21524 }
21525 function createBaseNode(kind) {
21526 return new (NodeConstructor || (NodeConstructor = ts.objectAllocator.getNodeConstructor()))(kind, /*pos*/ -1, /*end*/ -1);
21527 }
21528 }
21529 ts.createBaseNodeFactory = createBaseNodeFactory;
21530})(ts || (ts = {}));

Callers 15

createBaseDeclarationFunction · 0.85
createQualifiedNameFunction · 0.85
createDecoratorFunction · 0.85
createTypePredicateNodeFunction · 0.85
createTypeReferenceNodeFunction · 0.85
createTypeQueryNodeFunction · 0.85
createTypeLiteralNodeFunction · 0.85
createArrayTypeNodeFunction · 0.85
createTupleTypeNodeFunction · 0.85
createNamedTupleMemberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…