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

Method to_dict

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

Source from the content-addressed store, hash-verified

616 return AllowAllPermissionState(enabled)
617
618 def to_dict(self) -> dict:
619 result: dict = {}
620 result["enabled"] = from_bool(self.enabled)
621 return result
622
623class APIKeyAuthInfoType(Enum):
624 API_KEY = "api-key"

Callers

nothing calls this directly

Calls 1

from_boolFunction · 0.70

Tested by

no test coverage detected