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

Function NewErrMultipleMatch

entity/err.go:34–36  ·  view source on GitHub ↗
(typename string, matching []Id)

Source from the content-addressed store, hash-verified

32}
33
34func NewErrMultipleMatch(typename string, matching []Id) *ErrMultipleMatch {
35 return &ErrMultipleMatch{typename: typename, Matching: matching}
36}
37
38func (e ErrMultipleMatch) Error() string {
39 matching := make([]string, len(e.Matching))

Callers 5

resolveMatcherMethod · 0.92
ResolveCommentMethod · 0.92
RemoveFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected