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

Method entity

atomic-core/src/crdt/apply/conflict.rs:319–321  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

317 /// Returns the primary entity involved.
318 #[inline]
319 pub fn entity(&self) -> &ConflictEntity {
320 &self.entity
321 }
322
323 /// Returns the other entity involved.
324 #[inline]

Callers 4

trunkMethod · 0.80
branchMethod · 0.80
leafMethod · 0.80
pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected