MCPcopy Create free account
hub / github.com/SeldonIO/goven / unscan

Method unscan

parser/parser.go:207–209  ·  view source on GitHub ↗

unscan pushes the previously read tokens back onto the buffer.

(tok TokenInfo)

Source from the content-addressed store, hash-verified

205
206// unscan pushes the previously read tokens back onto the buffer.
207func (p *Parser) unscan(tok TokenInfo) {
208 p.buf.Push(tok)
209}

Callers 1

parseOperationMethod · 0.95

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected