MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / engine.rs

File engine.rs

atomic-core/src/merge/engine.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! The semantic merge engine.
2//!
3//! Given a [`ConflictGroup`] (two or more competing vertices), the engine:
4//! 1. Gets content bytes for each competing vertex from the [`ChangeStore`]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected