MCPcopy Create free account
hub / github.com/as/edit / Next

Method Next

parse.go:444–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 return
443}
444func (p *parser) Next() *item {
445 p.last = p.tok
446 p.tok = <-p.in
447 return &p.tok
448}
449
450func (p *parser) run() {
451 tok := p.Next()

Callers 5

runMethod · 0.95
parseAddrFunction · 0.45
parseOpFunction · 0.45
tryRelativeFunction · 0.45
parseArgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected