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

Function makeParser

internal/parser/parser.go:50–54  ·  view source on GitHub ↗
(t Tokens)

Source from the content-addressed store, hash-verified

48}
49
50func makeParser(t Tokens) *parser {
51 return &parser{
52 t: t,
53 }
54}
55
56func (p *parser) pop() *token {
57 t := &p.t[p.currT]

Callers 1

ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…