MCPcopy
hub / github.com/perkeep/perkeep / Exp_noteBlobIndexed

Method Exp_noteBlobIndexed

pkg/index/export_test.go:77–81  ·  view source on GitHub ↗
(br blob.Ref)

Source from the content-addressed store, hash-verified

75func Exp_schemaVersion() int { return requiredSchemaVersion }
76
77func (x *Index) Exp_noteBlobIndexed(br blob.Ref) {
78 x.Lock()
79 defer x.Unlock()
80 x.noteBlobIndexed(br)
81}
82
83func (x *Index) Exp_AwaitReindexing(t *testing.T) {
84 deadline := time.Now().Add(5 * time.Second)

Callers 1

TestInitNeededMapsFunction · 0.80

Calls 3

LockMethod · 0.95
UnlockMethod · 0.95
noteBlobIndexedMethod · 0.95

Tested by

no test coverage detected