MCPcopy Create free account
hub / github.com/dim-an/cod / Parse

Method Parse

parse_doc/parse_help.go:27–27  ·  view source on GitHub ↗
(context parseContext)

Source from the content-addressed store, hash-verified

25type HelpParser interface {
26 Name() string
27 Parse(context parseContext) (*parseResult, error)
28}
29
30var parsers = []HelpParser{

Callers 5

mainFunction · 0.65
ParseHelpFunction · 0.65
TestParseDockerFunction · 0.65
TestParseArgparseFunction · 0.65
TestParseArgparseContextFunction · 0.65

Implementers 2

argparseParserparse_doc/argparse.go
defaultParserparse_doc/parse_default.go

Calls

no outgoing calls

Tested by 3

TestParseDockerFunction · 0.52
TestParseArgparseFunction · 0.52
TestParseArgparseContextFunction · 0.52