Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ Read
Method
Read
json/peeker.go:22–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(p *peeker) Read() token {
23
ret := p.tokens[p.pos]
24
if
ret.Type != tokenEOF {
25
p.pos++
26
}
27
return
ret
28
}
Callers
5
parseObject
Function · 0.45
parseArray
Function · 0.45
parseNumber
Function · 0.45
parseString
Function · 0.45
parseKeyword
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected