Skip to main content

get_hook_type

Function
This function is defined in the middleware module.
Get the hook type of a decorated function.

Signature

def get_hook_type(func: Callable) -> Optional[str]

Parameters

func
Callable
required
No description available.

Returns

Returns
Optional[str]
The result of the operation.