MCPcopy Create free account
hub / github.com/github/gh-aw / configRenderingEngine

Struct configRenderingEngine

pkg/workflow/engine_config_render_test.go:16–19  ·  view source on GitHub ↗

configRenderingEngine is a minimal test runtime adapter that overrides RenderConfig to emit a sentinel step. Used only in tests to validate that the orchestrator correctly prepends config steps before execution steps.

Source from the content-addressed store, hash-verified

14// to emit a sentinel step. Used only in tests to validate that the orchestrator
15// correctly prepends config steps before execution steps.
16type configRenderingEngine struct {
17 BaseEngine
18 steps []map[string]any
19}
20
21func newConfigRenderingEngine(steps []map[string]any) *configRenderingEngine {
22 return &configRenderingEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected