Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
func
makeParser(t Tokens) *parser {
51
return
&parser{
52
t: t,
53
}
54
}
55
56
func
(p *parser) pop() *token {
57
t := &p.t[p.currT]
Callers
1
Parse
Function · 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…