Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ isStartOfDeclaration
Method
isStartOfDeclaration
internal/parser/parser.go:6096–6098 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6094
}
6095
6096
func
(p *Parser) isStartOfDeclaration() bool {
6097
return
p.lookAhead((*Parser).scanStartOfDeclaration)
6098
}
6099
6100
func
(p *Parser) scanStartOfDeclaration() bool {
6101
for
{
Callers
2
parseStatement
Method · 0.95
isStartOfStatement
Method · 0.95
Calls
1
lookAhead
Method · 0.95
Tested by
no test coverage detected