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

Function getNodePos

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

Source from the content-addressed store, hash-verified

31978 parseErrorAtPosition(scanner.getTextPos(), length, message);
31979 }
31980 function getNodePos() {
31981 return scanner.getStartPos();
31982 }
31983 function hasPrecedingJSDocComment() {
31984 return scanner.hasPrecedingJSDocComment();
31985 }

Callers 15

parseJsonTextFunction · 0.85
parseTokenNodeFunction · 0.85
parseTokenNodeJSDocFunction · 0.85
createMissingNodeFunction · 0.85
createIdentifierFunction · 0.85
parsePrivateIdentifierFunction · 0.85
parseListFunction · 0.85
parseDelimitedListFunction · 0.85
createMissingListFunction · 0.85
parseEntityNameFunction · 0.85
parseTemplateSpansFunction · 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…