()
| 177 | }) |
| 178 | |
| 179 | async function refresh(): Promise<void> { |
| 180 | setSnapshot(manager.snapshot()) |
| 181 | onChanged() |
| 182 | } |
| 183 | |
| 184 | async function executeAction(action: string | undefined): Promise<void> { |
| 185 | if (!action || !current) return |
no test coverage detected