MCPcopy Index your code
hub / github.com/docker/docker-agent / ShouldContinue

Method ShouldContinue

pkg/hooks/types.go:494–494  ·  view source on GitHub ↗

ShouldContinue reports whether execution should continue.

()

Source from the content-addressed store, hash-verified

492
493// ShouldContinue reports whether execution should continue.
494func (o *Output) ShouldContinue() bool { return o.Continue == nil || *o.Continue }
495
496// DecisionBlockValue is the canonical value of [Output.Decision] used
497// by hooks to signal a deny/terminate verdict on the current event.

Callers 2

TestOutputShouldContinueFunction · 0.80
aggregateFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestOutputShouldContinueFunction · 0.64