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

Method detect

atomic-core/src/record/workflow/recipes/mod.rs:88–90  ·  view source on GitHub ↗
(ctx: &RecipeContext<'_>)

Source from the content-addressed store, hash-verified

86 /// Convenience: equivalent to [`detect_recipe`].
87 #[inline]
88 pub fn detect(ctx: &RecipeContext<'_>) -> Self {
89 detect_recipe(ctx)
90 }
91
92 /// Build CRDT ops for `ctx` using this recipe.
93 pub fn build_ops(self, ctx: &RecipeContext<'_>) -> (FileOps, CrdtBuildStats) {

Callers

nothing calls this directly

Calls 1

detect_recipeFunction · 0.85

Tested by

no test coverage detected