Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
HelpParser
interface
{
26
Name() string
27
Parse(context parseContext) (*parseResult, error)
28
}
29
30
var
parsers = []HelpParser{
Callers
5
main
Function · 0.65
ParseHelp
Function · 0.65
TestParseDocker
Function · 0.65
TestParseArgparse
Function · 0.65
TestParseArgparseContext
Function · 0.65
Implementers
2
argparseParser
parse_doc/argparse.go
defaultParser
parse_doc/parse_default.go
Calls
no outgoing calls
Tested by
3
TestParseDocker
Function · 0.52
TestParseArgparse
Function · 0.52
TestParseArgparseContext
Function · 0.52