MCPcopy Create free account
hub / github.com/Louisym/MiniCC / StorageEntry

Class StorageEntry

mini_claude_code/storage.py:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37# ============================================================
38
39class StorageEntry(BaseModel):
40 uuid: str
41 parent_uuid: Optional[str] = None
42 message: dict # Message.model_dump() 的结果
43 timestamp: str = ""
44
45
46# ============================================================

Callers 1

save_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected