mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
refactor: remove outdated comments and clean up hook execution documentation
This commit is contained in:
@@ -489,14 +489,6 @@ const registerNetworkIpc = (mainWindow) => {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Execute all hooks using consolidated approach
|
||||
* @param {object} extractedHooks - Hooks from all levels
|
||||
* @param {string} hookEvent - Hook event to trigger
|
||||
* @param {object} eventData - Data to pass to hook handlers
|
||||
* @param {object} options - Configuration options
|
||||
* @returns {Promise<object|null>} Execution result or null if error
|
||||
*/
|
||||
/**
|
||||
* Execute merged hooks for a specific event
|
||||
* @param {string} hookEvent - Hook event to trigger
|
||||
|
||||
Reference in New Issue
Block a user