MCPcopy
hub / github.com/perkeep/perkeep / IsTransitive

Method IsTransitive

pkg/schema/blob.go:262–264  ·  view source on GitHub ↗

IsTransitive returns whether the Share transitively gives access to everything reachable from the referenced blob.

()

Source from the content-addressed store, hash-verified

260// gives access to everything reachable from the referenced
261// blob.
262func (s Share) IsTransitive() bool {
263 return s.b.ss.Transitive
264}
265
266// IsExpired reports whether this share has expired.
267func (s Share) IsExpired() bool {

Callers 1

handleGetViaSharingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected