MCPcopy Create free account
hub / github.com/blobcache/blobcache / Has

Method Has

src/blobcache/handle.go:214–216  ·  view source on GitHub ↗
(b ActionSet)

Source from the content-addressed store, hash-verified

212}
213
214func (a ActionSet) Has(b ActionSet) bool {
215 return a&b == b
216}

Callers 1

BeginTxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected