MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / NewCapacityError

Function NewCapacityError

internal/caches/errors.go:25–27  ·  view source on GitHub ↗
(err string)

Source from the content-addressed store, hash-verified

23}
24
25func NewCapacityError(err string) error {
26 return &CapacityError{err: err}
27}
28
29func (this *CapacityError) Error() string {
30 return this.err

Callers 3

TestCanIgnoreErrFunction · 0.92
openWriterMethod · 0.85
openWriterMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestCanIgnoreErrFunction · 0.74