MCPcopy 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
6096func (p *Parser) isStartOfDeclaration() bool {
6097 return p.lookAhead((*Parser).scanStartOfDeclaration)
6098}
6099
6100func (p *Parser) scanStartOfDeclaration() bool {
6101 for {

Callers 2

parseStatementMethod · 0.95
isStartOfStatementMethod · 0.95

Calls 1

lookAheadMethod · 0.95

Tested by

no test coverage detected