Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dim-an/cod
/ defaultParser
Struct
defaultParser
parse_doc/parse_default.go:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
var
wordRegexp = regexp.MustCompile(`\S+`)
32
33
type
defaultParser
struct
{}
34
35
func
makeDefaultParser() HelpParser {
36
return
defaultParser{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected