(ctx: BackendContext)
| 146 | } |
| 147 | |
| 148 | export async function refreshComponentTreeSearch(ctx: BackendContext) { |
| 149 | if (!ctx.currentAppRecord.componentFilter) { |
| 150 | return |
| 151 | } |
| 152 | await sendComponentTreeData(ctx.currentAppRecord, '_root', ctx.currentAppRecord.componentFilter, null, false, ctx) |
| 153 | } |
| 154 | |
| 155 | const updateTrackingQueue = createThrottleQueue(500) |
| 156 |
no test coverage detected