MCPcopy Create free account
hub / github.com/github/copilot-sdk / to_dict

Method to_dict

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

Source from the content-addressed store, hash-verified

2156 return HistoryTruncateResult(events_removed)
2157
2158 def to_dict(self) -> dict:
2159 result: dict = {}
2160 result["eventsRemoved"] = from_int(self.events_removed)
2161 return result
2162
2163class HMACAuthInfoType(Enum):
2164 HMAC = "hmac"

Callers

nothing calls this directly

Calls 1

from_intFunction · 0.70

Tested by

no test coverage detected