MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / normalize_invitation_code

Method normalize_invitation_code

app/models.py:117–119  ·  view source on GitHub ↗
(cls, value: Any)

Source from the content-addressed store, hash-verified

115 """Persisted session state derived from upstream calls."""
116
117 model_config = ConfigDict(extra="ignore")
118
119 account_id: str
120 org_id: str = ""
121 project_id: str = ""
122 customer_number: str = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected