MCPcopy 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

31var wordRegexp = regexp.MustCompile(`\S+`)
32
33type defaultParser struct{}
34
35func makeDefaultParser() HelpParser {
36 return defaultParser{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected