MCPcopy Create free account
hub / github.com/microsoft/typescript-go / nextIsStartOfType

Method nextIsStartOfType

internal/parser/parser.go:2751–2754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2749}
2750
2751func (p *Parser) nextIsStartOfType() bool {
2752 p.nextToken()
2753 return p.isStartOfType(false /*inStartOfParameter*/)
2754}
2755
2756func (p *Parser) parseNonArrayType() *ast.Node {
2757 switch p.token {

Callers

nothing calls this directly

Calls 2

nextTokenMethod · 0.95
isStartOfTypeMethod · 0.95

Tested by

no test coverage detected