Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
trunk
Method · 0.80
branch
Method · 0.80
leaf
Method · 0.80
path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected