ShouldContinue reports whether execution should continue.
()
| 492 | |
| 493 | // ShouldContinue reports whether execution should continue. |
| 494 | func (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. |
no outgoing calls