pub fn create_hook_context() -> HookContextExpand description
Creates a new HookContext with a fresh inner state.
Delegates to HookContext::default() which initializes an empty
hook storage list, a zero hook index, and an empty cleanup list.
ยงReturns
HookContext: A newly created hook context with default state.