RemoveRevOnly removes the specified key from the revID lookup map in the cache
(ctx context.Context, docID, revID string, collectionID uint32)
| 58 | |
| 59 | // RemoveRevOnly removes the specified key from the revID lookup map in the cache |
| 60 | RemoveRevOnly(ctx context.Context, docID, revID string, collectionID uint32) |
| 61 | |
| 62 | // RemoveCVOnly removes the specified key from the HLV lookup map in the cache |
| 63 | RemoveCVOnly(ctx context.Context, docID string, cv *Version, collectionID uint32) |
no outgoing calls
no test coverage detected