MCPcopy
hub / github.com/docker/docker-agent / maxIterEvent

Function maxIterEvent

pkg/cli/runner_test.go:135–140  ·  view source on GitHub ↗
(maxIter int)

Source from the content-addressed store, hash-verified

133}
134
135func maxIterEvent(maxIter int) *runtime.MaxIterationsReachedEvent {
136 return &runtime.MaxIterationsReachedEvent{
137 Type: "max_iterations_reached",
138 MaxIterations: maxIter,
139 }
140}
141
142func TestMaxIterationsAutoApproveInYoloMode(t *testing.T) {
143 t.Parallel()

Calls

no outgoing calls

Tested by

no test coverage detected