MCPcopy Create free account
hub / github.com/github/awesome-copilot / getOpenEntry

Function getOpenEntry

extensions/arcade-canvas/extension.mjs:449–455  ·  view source on GitHub ↗
(instanceId)

Source from the content-addressed store, hash-verified

447}
448
449function getOpenEntry(instanceId) {
450 const entry = servers.get(instanceId);
451 if (!entry) {
452 throw new CanvasError("arcade_not_open", "Open the Arcade canvas before invoking this action.");
453 }
454 return entry;
455}
456
457await joinSession({
458 canvases: [

Callers 1

extension.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected