MCPcopy
hub / github.com/perkeep/perkeep / RLock

Method RLock

pkg/index/interface.go:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type Interface interface {
13 sync.Locker
14 RLock()
15 RUnlock()
16
17 // os.ErrNotExist should be returned if the blob isn't known

Callers 15

viaPathToMethod · 0.65
AttrMethod · 0.65
AttrsMethod · 0.65
ForeachAttrMethod · 0.65
QueryMethod · 0.65
subscribeToNewBlobsMethod · 0.65
GetRecentPermanodesMethod · 0.65
GetPermanodesWithAttrMethod · 0.65
GetClaimsMethod · 0.65
serveClaimsMethod · 0.65
serveFilesMethod · 0.65
serveSignerAttrValueMethod · 0.65

Implementers 1

Indexpkg/index/index.go

Calls

no outgoing calls

Tested by 4

TestDescribeLocationFunction · 0.52
TestDescribePermNoAttrFunction · 0.52
TestDescribeEmptyDirFunction · 0.52