MCPcopy Index your code
hub / github.com/FSoft-AI4Code/CodeWiki / CacheEntry

Class CacheEntry

codewiki/src/fe/models.py:49–55  ·  view source on GitHub ↗

Represents a cached documentation result.

Source from the content-addressed store, hash-verified

47
48@dataclass
49class CacheEntry:
50 """Represents a cached documentation result."""
51 repo_url: str
52 repo_url_hash: str
53 docs_path: str
54 created_at: datetime
55 last_accessed: datetime

Callers 2

load_cache_indexMethod · 0.85
add_to_cacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected