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

Method build_ops

atomic-core/src/record/workflow/recipes/mod.rs:93–98  ·  view source on GitHub ↗

Build CRDT ops for `ctx` using this recipe.

(self, ctx: &RecipeContext<'_>)

Source from the content-addressed store, hash-verified

91
92 /// Build CRDT ops for `ctx` using this recipe.
93 pub fn build_ops(self, ctx: &RecipeContext<'_>) -> (FileOps, CrdtBuildStats) {
94 match self {
95 Recipe::InPlaceEdit => in_place_edit::build_ops(ctx),
96 Recipe::ExtractMove => extract_move::build_ops(ctx),
97 }
98 }
99}

Callers 1

record_modified_fileFunction · 0.80

Calls 1

build_opsFunction · 0.70

Tested by

no test coverage detected