MCPcopy Index your code
hub / github.com/git-bug/git-bug / Parse

Method Parse

bridge/gitlab/parser/parser.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11type parser interface {
12 Parse() (string, error)
13}
14
15type parserType int

Callers 12

ImportAllMethod · 0.65
KindMethod · 0.65
TitleMethod · 0.65
getProjectPathFunction · 0.65
TestTitleParserFunction · 0.65
stripHTMLMethod · 0.65
ParseTimeFunction · 0.65
parseDateMethod · 0.65
normalizeParsedCommentsFunction · 0.65
requireCommentsEqualFunction · 0.65
IsURLFunction · 0.65

Implementers 1

titleParserbridge/gitlab/parser/parser.go

Calls

no outgoing calls

Tested by 4

TestTitleParserFunction · 0.52
parseDateMethod · 0.52
normalizeParsedCommentsFunction · 0.52
requireCommentsEqualFunction · 0.52