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

Method IsBlocked

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

IsBlocked reports whether the decision is "block".

()

Source from the content-addressed store, hash-verified

499
500// IsBlocked reports whether the decision is "block".
501func (o *Output) IsBlocked() bool { return o.Decision == DecisionBlockValue }
502
503// HookSpecificOutput holds event-specific output fields.
504type HookSpecificOutput struct {

Callers 2

TestOutputIsBlockedFunction · 0.80
aggregateFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestOutputIsBlockedFunction · 0.64