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

Method to_dict

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

Source from the content-addressed store, hash-verified

338 return AccountLoginResult(stored_in_vault)
339
340 def to_dict(self) -> dict:
341 result: dict = {}
342 result["storedInVault"] = from_bool(self.stored_in_vault)
343 return result
344
345# Experimental: this type is part of an experimental API and may change or be removed.
346@dataclass

Callers

nothing calls this directly

Calls 1

from_boolFunction · 0.70

Tested by

no test coverage detected