(key)
| 130 | } |
| 131 | |
| 132 | export function getAppDataSlot(key) { |
| 133 | const value = appDataSlot.get(key); |
| 134 | appDataSlot.delete(key); |
| 135 | return value; |
| 136 | } |
| 137 | |
| 138 | function destroyNodes(subControllers) { |
| 139 | postToNodes(subControllers, 'destroy'); |
no test coverage detected