pub async fn execute_hooks(
hooks: Vec<Hook>,
_directory_path: &Path,
config: &HookExecutionConfig,
state_manager: &StateManager,
state: &mut HookExecutionState,
) -> Result<()>Expand description
Execute hooks sequentially
pub async fn execute_hooks(
hooks: Vec<Hook>,
_directory_path: &Path,
config: &HookExecutionConfig,
state_manager: &StateManager,
state: &mut HookExecutionState,
) -> Result<()>Execute hooks sequentially