-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.4.0
-
Component/s: None
-
None
A mongoc_write_concern_t is made out of several options that can be twiddled with one at a time.
We need to offer a way to verify if the write_concern_t object is still valid having done twiddling.
bool mongoc_write_concern_is_valid (const write_concern_t *wc);
- is depended on by
-
PHPC-610 Client construction should use mongoc_write_concern_is_valid()
- Closed