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

Method to_dict

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

Source from the content-addressed store, hash-verified

5833 return RemoteControlStopResult(status, stopped)
5834
5835 def to_dict(self) -> dict:
5836 result: dict = {}
5837 result["status"] = (self.status).to_dict()
5838 result["stopped"] = from_bool(self.stopped)
5839 return result
5840
5841# Experimental: this type is part of an experimental API and may change or be removed.
5842@dataclass

Callers

nothing calls this directly

Calls 2

from_boolFunction · 0.70
to_dictMethod · 0.45

Tested by

no test coverage detected