MCPcopy Create free account
hub / github.com/Code-Hex/pget / ignore

Struct ignore

error.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9type ignore struct {
10 err error
11}
12
13func makeIgnoreErr() ignore {
14 return ignore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected