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

Function SharedAction

src/blobcache/handle.go:183–185  ·  view source on GitHub ↗

SharedAction returns the shared ActionSet for an ActionSet.

(x ActionSet)

Source from the content-addressed store, hash-verified

181
182// SharedAction returns the shared ActionSet for an ActionSet.
183func SharedAction(x ActionSet) ActionSet {
184 return x << 32
185}
186
187const Action_ALL = ^ActionSet(0)
188

Callers 1

BeginTxMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected