()
| 19319 | const ok = await autoSaveModel('rating', newRating, context.filePath); |
| 19320 | if (ok) { |
| 19321 | rating = newRating; |
| 19322 | updateEngagementBarDisplay(bar, rating, favorite); |
| 19323 | } |
| 19324 | } |
| 19325 | }); |
| 19326 | |
| 19327 | ratingWrap.appendChild(star); |
| 19328 | } |
| 19329 |
no outgoing calls
no test coverage detected