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

Method to_dict

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

Source from the content-addressed store, hash-verified

5857 return RemoteControlTransferResult(status, transferred)
5858
5859 def to_dict(self) -> dict:
5860 result: dict = {}
5861 result["status"] = (self.status).to_dict()
5862 result["transferred"] = from_bool(self.transferred)
5863 return result
5864
5865# Experimental: this type is part of an experimental API and may change or be removed.
5866class RemoteSessionMode(Enum):

Callers

nothing calls this directly

Calls 2

from_boolFunction · 0.70
to_dictMethod · 0.45

Tested by

no test coverage detected