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

Interface Screenshot

packages/app-backend-core/src/timeline-screenshot.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const jobQueue = new JobQueue()
12
13interface Screenshot {
14 id: ID
15 time: number
16 image: string
17 events: ID[]
18}
19
20export async function showScreenshot(screenshot: Screenshot, ctx: BackendContext) {
21 await jobQueue.queue('showScreenshot', async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected