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

Method to_dict

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

Source from the content-addressed store, hash-verified

596 return AllowAllPermissionSetResult(enabled, success)
597
598 def to_dict(self) -> dict:
599 result: dict = {}
600 result["enabled"] = from_bool(self.enabled)
601 result["success"] = from_bool(self.success)
602 return result
603
604# Experimental: this type is part of an experimental API and may change or be removed.
605@dataclass

Callers

nothing calls this directly

Calls 1

from_boolFunction · 0.70

Tested by

no test coverage detected