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

Method open

nodejs/src/generated/rpc.ts:16979–16979  ·  view source on GitHub ↗

* Opens a canvas instance on the provider. * * @param params Canvas open parameters sent to the provider. * * @returns Canvas open result returned by the provider.

(params: CanvasProviderOpenRequest)

Source from the content-addressed store, hash-verified

16977 * @returns Canvas open result returned by the provider.
16978 */
16979 open(params: CanvasProviderOpenRequest): Promise<CanvasProviderOpenResult>;
16980 /**
16981 * Closes a canvas instance on the provider.
16982 *

Calls

no outgoing calls