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

Function newConfigRenderingEngine

pkg/workflow/engine_config_render_test.go:21–30  ·  view source on GitHub ↗
(steps []map[string]any)

Source from the content-addressed store, hash-verified

19}
20
21func newConfigRenderingEngine(steps []map[string]any) *configRenderingEngine {
22 return &configRenderingEngine{
23 BaseEngine: BaseEngine{
24 id: "config-renderer",
25 displayName: "Config Renderer (test)",
26 description: "Test engine that emits config steps via RenderConfig",
27 },
28 steps: steps,
29 }
30}
31
32// RenderConfig returns the pre-configured steps, overriding the BaseEngine no-op.
33func (e *configRenderingEngine) RenderConfig(_ *ResolvedEngineTarget) ([]map[string]any, error) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected