Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blobcache/blobcache
/ IsError
Method
IsError
src/bcp/message.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(mt MessageCode) IsError() bool {
33
return
mt > MT_OK
34
}
35
36
func
(mt MessageCode) IsOK() bool {
37
return
mt == MT_OK
Callers
3
Post
Function · 0.80
Get
Function · 0.80
doAsk
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected