MCPcopy 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

273type wrappedErr struct{ inner error }
274
275func (w *wrappedErr) Error() string { return "wrapped: " + w.inner.Error() }
276func (w *wrappedErr) Unwrap() error { return w.inner }

Callers 1

WriteLimitErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected