MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / UpdateCache

Class UpdateCache

src/update_checker.rs:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Serialize, Deserialize)]
15struct UpdateCache {
16 last_check: u64,
17 latest_version: String,
18}
19
20/// GitHub release API response (only fields we need)
21#[derive(Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected