(entity: TargetEntity)
| 227 | } |
| 228 | |
| 229 | function handleRemoveRequest(entity: TargetEntity) { |
| 230 | if (isBasedOnBuiltInKey) { |
| 231 | removeItemFromIndex(entity); |
| 232 | return; |
| 233 | } |
| 234 | |
| 235 | stopWatchingEntityForDerievedChange(entity); |
| 236 | } |
| 237 | |
| 238 | function initializeIndex() { |
| 239 | runInAction(() => { |
nothing calls this directly
no test coverage detected