MCPcopy 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)]
15struct GithubRelease {
16 tag_name: String,
17 assets: Vec<GithubAsset>,
18}
19
20#[derive(Deserialize)]
21struct GithubAsset {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected