(colId)
| 14674 | console.warn('Model not found or missing ID:', modelIdOrPath); |
| 14675 | return; |
| 14676 | } |
| 14677 | |
| 14678 | // Fetch fresh tags directly from the database using getModelTags |
| 14679 | // This ensures we get the latest tags even if the model object is cached |
| 14680 | const tags = await window.electron.getModelTags(model.id); |
| 14681 |
no outgoing calls
no test coverage detected