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

Function isStartOfDeclaration

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

Source from the content-addressed store, hash-verified

36197 }
36198 }
36199 function isStartOfDeclaration() {
36200 return lookAhead(isDeclaration);
36201 }
36202 function isStartOfStatement() {
36203 switch (token()) {
36204 case 59 /* SyntaxKind.AtToken */:

Callers 2

isStartOfStatementFunction · 0.85
parseStatementFunction · 0.85

Calls 1

lookAheadFunction · 0.85

Tested by

no test coverage detected