MCPcopy Create free account
hub / github.com/astercloud/aster / Build

Method Build

pkg/recipe/recipe.go:411–416  ·  view source on GitHub ↗

Build creates the recipe.

()

Source from the content-addressed store, hash-verified

409
410// Build creates the recipe.
411func (b *Builder) Build() (*Recipe, error) {
412 if err := b.recipe.Validate(); err != nil {
413 return nil, err
414 }
415 return &b.recipe, nil
416}

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.65

Tested by

no test coverage detected