MCPcopy Index your code
hub / github.com/github/copilot-sdk / createCanvas

Function createCanvas

nodejs/src/canvas.ts:187–189  ·  view source on GitHub ↗
(options: CanvasOptions)

Source from the content-addressed store, hash-verified

185 * and may change or be removed in future SDK or CLI releases.
186 */
187export function createCanvas(options: CanvasOptions): Canvas {
188 return new Canvas(options);
189}

Callers 3

extension.test.tsFile · 0.90
client.test.tsFile · 0.90
canvas.e2e.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…