MCPcopy
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
22func (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

parseObjectFunction · 0.45
parseArrayFunction · 0.45
parseNumberFunction · 0.45
parseStringFunction · 0.45
parseKeywordFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected