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

Method content_range

atomic-core/src/change/ops.rs:555–557  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

553 /// globalization. This range corresponds to the graph vertex positions.
554 #[inline]
555 pub fn content_range(&self) -> Option<(ChangePosition, ChangePosition)> {
556 self.content_range
557 }
558
559 /// Check if this line operation has been enriched with graph positions.
560 #[inline]

Calls

no outgoing calls