MCPcopy Create free account
hub / github.com/bajrangCoder/acodex_server / UpdateCache

Class UpdateCache

src/updates.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26struct UpdateCache {
27 last_check: SystemTime,
28 latest_version: String,
29}
30
31pub struct UpdateChecker {
32 client: Client,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected