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

Function some_position

atomic-core/src/apply/error.rs:631–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629 }
630
631 fn some_position() -> Position<NodeId> {
632 Position::new(NodeId::new(42), ChangePosition::new(100))
633 }
634
635 // -- Classification logic: the interesting behavior of these error types
636 // is how they're bucketed for retry/recovery decisions in the apply loop.

Calls

no outgoing calls