MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / RepositoryInfo

Class RepositoryInfo

api/src/user/internal.rs:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131#[derive(Debug, Serialize, Deserialize)]
132pub struct RepositoryInfo {
133 #[serde(rename = "type")]
134 pub repo_type: String,
135 pub url: String,
136 #[serde(rename = "ref")]
137 pub git_ref: String,
138 pub sha: String,
139}
140
141#[derive(Debug, Serialize, Deserialize)]
142pub struct PlatformInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected