get_hook_type
Function
This function is defined in the middleware module.Get the hook type of a decorated function.
Signature
Parameters
No description available.
Returns
The result of the operation.
Get the hook type of a decorated function.
This function is defined in the middleware module.Get the hook type of a decorated function.
def get_hook_type(func: Callable) -> Optional[str]