Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Merovius/nbd
/ Error
Method
Error
types.go:396–401 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
394
}
395
396
func
(r *repError) Error() string {
397
if
r.msg !=
""
{
398
return
fmt.Sprintf(
"%s (%s)"
, r.msg, r.errno)
399
}
400
return
r.errno.String()
401
}
402
403
const
(
404
cmdRead = 0
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected