MCPcopy
hub / github.com/google/go-jsonnet / doublePeek

Method doublePeek

internal/parser/parser.go:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func (p *parser) doublePeek() *token {
91 return &p.t[p.currT+1]
92}
93
94// parseArgument parses either <f1> id <f2> = expr or just expr.
95// It returns either (<f1>, id, <f2>, expr) or (nil, nil, nil, expr)

Callers 1

parseArgumentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected