Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/acodex_server
/ GithubAsset
Class
GithubAsset
src/updates.rs:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
#[derive(Deserialize)]
21
struct GithubAsset {
22
name: String,
23
browser_download_url: String,
24
}
25
26
struct UpdateCache {
27
last_check: SystemTime,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected