Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

is_blocked

Method
This is a method of the HookRunner class in the runner module.
Check if any hook blocked execution.

Signature

def is_blocked(results: List[HookExecutionResult]) -> bool

Parameters

results
List
required
No description available.

Returns

Returns
bool
The result of the operation.

Uses

  • is_denied

Source

View on GitHub

praisonaiagents/hooks/runner.py at line 439