MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / UnlockIn

Class UnlockIn

backend/app/main.py:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89class UnlockIn(BaseModel):
90 cell_ids: list[str] = Field(default_factory=list, max_length=50)
91 source: str = Field(default="manual", max_length=24)
92 accuracy_m: float | None = None
93 speed_mps: float | None = None
94
95
96class StatusIn(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected