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

Method to_dict

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

Source from the content-addressed store, hash-verified

6412 return SessionBulkDeleteResult(freed_bytes)
6413
6414 def to_dict(self) -> dict:
6415 result: dict = {}
6416 result["freedBytes"] = from_dict(from_int, self.freed_bytes)
6417 return result
6418
6419# Experimental: this type is part of an experimental API and may change or be removed.
6420class SessionCapability(Enum):

Callers

nothing calls this directly

Calls 1

from_dictFunction · 0.70

Tested by

no test coverage detected