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

Interface QueueItem

packages/api/src/proxy.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { now } from './time.js'
5
6interface QueueItem {
7 method: string
8 args: any[]
9 resolve?: (value?: any) => void
10}
11
12export class ApiProxy<TTarget extends DevtoolsPluginApi<any> = DevtoolsPluginApi<any>> {
13 target: TTarget | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected