(thumbnailString)
| 19346 | } |
| 19347 | } else { |
| 19348 | const ok = await autoSaveModel('favorite', newFavorite, context.filePath); |
| 19349 | if (ok) { |
| 19350 | favorite = newFavorite; |
| 19351 | updateEngagementBarDisplay(bar, rating, favorite); |
| 19352 | } |
| 19353 | } |
| 19354 | }); |
| 19355 |
no outgoing calls
no test coverage detected