pub fn build_hook_engine(
hooks: &HooksConfig,
builtins: &BuiltinRegistry,
rt: &HookEngineCtx<'_>,
) -> Result<DefaultHookEngine, HookEngineBuildError>Expand description
Build a DefaultHookEngine from the [hooks] section and the builtin registry.