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

Method to_dict

python/copilot/generated/rpc.py:721–724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

719 return CanvasCloseRequest(instance_id)
720
721 def to_dict(self) -> dict:
722 result: dict = {}
723 result["instanceId"] = from_str(self.instance_id)
724 return result
725
726# Experimental: this type is part of an experimental API and may change or be removed.
727@dataclass

Callers

nothing calls this directly

Calls 1

from_strFunction · 0.70

Tested by

no test coverage detected