MCPcopy 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
32func (mt MessageCode) IsError() bool {
33 return mt > MT_OK
34}
35
36func (mt MessageCode) IsOK() bool {
37 return mt == MT_OK

Callers 3

PostFunction · 0.80
GetFunction · 0.80
doAskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected