MCPcopy
hub / github.com/vuejs/devtools-v6 / refreshComponentTreeSearch

Function refreshComponentTreeSearch

packages/app-backend-core/src/component.ts:148–153  ·  view source on GitHub ↗
(ctx: BackendContext)

Source from the content-addressed store, hash-verified

146}
147
148export 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
155const updateTrackingQueue = createThrottleQueue(500)
156

Callers 1

connectFunction · 0.90

Calls 1

sendComponentTreeDataFunction · 0.85

Tested by

no test coverage detected