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

Class SessionDeletedEvent

python/copilot/client.py:949–952  ·  view source on GitHub ↗

Emitted when a session is deleted.

Source from the content-addressed store, hash-verified

947
948@dataclass
949class SessionDeletedEvent(SessionLifecycleEventBase):
950 """Emitted when a session is deleted."""
951
952 type: ClassVar[Literal["session.deleted"]] = "session.deleted"
953
954
955@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…