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

Method path

atomic-core/src/crdt/apply/conflict.rs:458–460  ·  view source on GitHub ↗
(self, path: impl Into<String>)

Source from the content-addressed store, hash-verified

456 /// Sets the path as the primary entity.
457 #[inline]
458 pub fn path(self, path: impl Into<String>) -> Self {
459 self.entity(ConflictEntity::Path(path.into()))
460 }
461
462 /// Builds the conflict.
463 pub fn build(self) -> CrdtConflict {

Callers 6

put_trunkMethod · 0.45
del_trunkMethod · 0.45
update_trunk_pathMethod · 0.45
put_trunkMethod · 0.45
del_trunkMethod · 0.45
update_trunk_pathMethod · 0.45

Calls 1

entityMethod · 0.80

Tested by

no test coverage detected