Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/acodex_server
/ GithubRelease
Class
GithubRelease
src/updates.rs:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#[derive(Deserialize)]
15
struct GithubRelease {
16
tag_name: String,
17
assets: Vec<GithubAsset>,
18
}
19
20
#[derive(Deserialize)]
21
struct GithubAsset {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected