MCPcopy
hub / github.com/github/awesome-copilot / open

Function open

extensions/color-orb/extension.mjs:118–124  ·  view source on GitHub ↗
({ instanceId })

Source from the content-addressed store, hash-verified

116 },
117 ],
118 open({ instanceId }) {
119 return {
120 url: `http://127.0.0.1:${port}`,
121 title: "Color Orb",
122 status: "ready",
123 };
124 },
125});
126
127session = await joinSession({ canvases: [canvas] });

Callers 15

readTextFunction · 0.50
read_file_previewFunction · 0.50
search_todosFunction · 0.50
detect_monorepoFunction · 0.50
collect_code_metricsFunction · 0.50
mainFunction · 0.50
_line_countFunction · 0.50
validate_tourFunction · 0.50
_loadFunction · 0.50
_saveFunction · 0.50
_append_logFunction · 0.50
_loadFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected