Clarify addMutations documentation
This commit is contained in:
@@ -66,8 +66,9 @@ struct __attribute__((__visibility__("default"))) VersionedMap {
|
|||||||
MutationType type;
|
MutationType type;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Mutations must be sorted, non-overlapping, and non-adjacent. `version`
|
/** Mutations must be sorted, non-overlapping, and clears must be
|
||||||
* must be strictly increasing. Postcondition: `getVersion()` == `version` */
|
* non-adjacent. `version` must be strictly increasing. Postcondition:
|
||||||
|
* `getVersion()` == `version` */
|
||||||
void addMutations(const Mutation *mutations, int numMutations,
|
void addMutations(const Mutation *mutations, int numMutations,
|
||||||
int64_t version);
|
int64_t version);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user