MCPcopy Create free account
hub / github.com/distributed/sers / StringError

TypeAlias StringError

sers.go:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type StringError string
134
135func (se StringError) Error() string {
136 return string(se)

Callers 1

setCommStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected