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

Method options

atomic-core/src/crdt/apply/context.rs:450–452  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

448 /// Returns a reference to the options.
449 #[inline]
450 pub fn options(&self) -> &ApplyOptions {
451 &self.options
452 }
453
454 /// Returns a reference to the current statistics.
455 #[inline]

Callers 9

apply_insert_onlyFunction · 0.45
apply_deleteFunction · 0.45
apply_restoreFunction · 0.45
apply_insertFunction · 0.45
apply_deleteFunction · 0.45
apply_restoreFunction · 0.45
apply_createFunction · 0.45
apply_deleteFunction · 0.45
apply_undeleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected