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

Enum Action

atomic-core/src/merge/three_way.rs:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365/// Action on a single base token: either replace or delete.
366#[derive(Debug, Clone)]
367enum Action {
368 Replace(Vec<u8>),
369 Delete,
370}
371
372/// Build a map from base index → action for modifications only (not keeps).
373fn build_action_map(ops: &[EditOp]) -> HashMap<usize, Action> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected