pub async fn ScanAndPopulateExtensions(
ApplicationHandle: AppHandle,
_State: &State,
) -> Result<(), CommonError>Expand description
Scans all registered extension paths for valid extensions and populates the state.
§Arguments
ApplicationHandle- Tauri application handle for extension managementState- Reference to the application state
§Returns
Result indicating success or CommonError on failure
§Behavior
- Scans all registered extension paths
- Populates state with discovered extensions
- Returns comprehensive scan statistics
- Handles partial failures gracefully