MCPcopy
hub / github.com/tinylib/msgp / errRecursion

Struct errRecursion

msgp/errors.go:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143func (f errFatal) withContext(ctx string) error { f.ctx = addCtx(f.ctx, ctx); return f }
144
145type errRecursion struct{}
146
147func (e errRecursion) Error() string { return "msgp: recursion limit reached" }
148func (e errRecursion) Resumable() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected