MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / allow_duplicate_ids

Method allow_duplicate_ids

atomic-core/src/crdt/apply/options.rs:302–304  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

300 /// Returns whether duplicate IDs are allowed.
301 #[inline]
302 pub fn allow_duplicate_ids(&self) -> bool {
303 self.allow_duplicate_ids
304 }
305
306 /// Returns whether reverse indexes should be updated.
307 #[inline]

Callers 11

apply_insert_onlyFunction · 0.80
apply_deleteFunction · 0.80
apply_restoreFunction · 0.80
apply_insertFunction · 0.80
apply_deleteFunction · 0.80
apply_restoreFunction · 0.80
apply_createFunction · 0.80
apply_deleteFunction · 0.80
apply_undeleteFunction · 0.80
test_builder_chainingFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_builder_chainingFunction · 0.64