MCPcopy Create free account
hub / github.com/github/copilot-sdk / on_close

Method on_close

python/test_canvas.py:123–124  ·  view source on GitHub ↗
(self, ctx: CanvasProviderCloseRequest)

Source from the content-addressed store, hash-verified

121 )
122
123 async def on_close(self, ctx: CanvasProviderCloseRequest) -> None:
124 self.close_calls.append(ctx)
125
126 async def on_action(self, ctx: CanvasProviderInvokeActionRequest) -> Any:
127 self.action_calls.append(ctx)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected