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

Function NewErrNotFound

entity/err.go:14–16  ·  view source on GitHub ↗
(typename string)

Source from the content-addressed store, hash-verified

12}
13
14func NewErrNotFound(typename string) *ErrNotFound {
15 return &ErrNotFound{typename: typename}
16}
17
18func (e ErrNotFound) Error() string {
19 return fmt.Sprintf("%s doesn't exist", e.typename)

Callers 6

ResolveExcerptMethod · 0.92
resolveMatcherMethod · 0.92
RemoveFunction · 0.92
readFunction · 0.92
readFunction · 0.92
readClockNoCheckFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected