Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
NewCapacityError(err string) error {
26
return
&CapacityError{err: err}
27
}
28
29
func
(this *CapacityError) Error() string {
30
return
this.err
Callers
3
TestCanIgnoreErr
Function · 0.92
openWriter
Method · 0.85
openWriter
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestCanIgnoreErr
Function · 0.74