Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isStartOfStatement
Function · 0.85
parseStatement
Function · 0.85
Calls
1
lookAhead
Function · 0.85
Tested by
no test coverage detected