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

Method to_dict

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

Source from the content-addressed store, hash-verified

5810 return RemoteControlStatusResult(status)
5811
5812 def to_dict(self) -> dict:
5813 result: dict = {}
5814 result["status"] = (self.status).to_dict()
5815 return result
5816
5817# Experimental: this type is part of an experimental API and may change or be removed.
5818@dataclass

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected