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