Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
444
func
(p *parser) Next() *item {
445
p.last = p.tok
446
p.tok = <-p.in
447
return
&p.tok
448
}
449
450
func
(p *parser) run() {
451
tok := p.Next()
Callers
5
run
Method · 0.95
parseAddr
Function · 0.45
parseOp
Function · 0.45
tryRelative
Function · 0.45
parseArg
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected