Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mnexa-AI/e2a
/ Error
Method
Error
internal/limits/limits_test.go:275–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
type
wrappedErr
struct
{ inner error }
274
275
func
(w *wrappedErr) Error() string {
return
"wrapped: "
+ w.inner.Error() }
276
func
(w *wrappedErr) Unwrap() error {
return
w.inner }
Callers
1
WriteLimitError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected