UpdateDeltaCV stores the given toDelta value in the given rev if cached but will look up in cache by cv
(ctx context.Context, docID string, cv *Version, collectionID uint32, toDelta RevisionDelta)
| 67 | |
| 68 | // UpdateDeltaCV stores the given toDelta value in the given rev if cached but will look up in cache by cv |
| 69 | UpdateDeltaCV(ctx context.Context, docID string, cv *Version, collectionID uint32, toDelta RevisionDelta) |
| 70 | } |
| 71 | |
| 72 | const ( |
no outgoing calls