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

Method validate_cookies

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

Source from the content-addressed store, hash-verified

239 """Editable account/session preferences for list management UI."""
240
241 model_config = ConfigDict(extra="ignore")
242
243 invitation_code: str | None = None
244 selected_product_id: str | None = None
245 schedule_enabled: bool | None = None
246 scheduled_start_time: str | None = None
247
248 @field_validator("scheduled_start_time")
249 @classmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected