Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dim-an/cod
/ abort
Method
abort
parse_doc/argparse.go:57–60 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(l *usageLexer) abort(err error) {
58
l.err = err
59
l.valid = false
60
}
61
62
func
(l *usageLexer) Next() bool {
63
l.skipSpaces()
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected