Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-jsonnet
/ peek
Method
peek
internal/parser/parser.go:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(p *parser) peek() *token {
87
return
&p.t[p.currT]
88
}
89
90
func
(p *parser) doublePeek() *token {
91
return
&p.t[p.currT+1]
Callers
11
parseArgument
Method · 0.95
parseArguments
Method · 0.95
parseParameter
Method · 0.95
parseParameters
Method · 0.95
parseBind
Method · 0.95
parseObjectRemainderField
Method · 0.95
parseObjectRemainderLocal
Method · 0.95
parseObjectRemainderAssert
Method · 0.95
parseArray
Method · 0.95
parse
Method · 0.95
Parse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected