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

Class TreeInfo

api/src/user/internal.rs:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121#[derive(Debug, Serialize, Deserialize)]
122pub struct TreeInfo {
123 #[serde(rename = "displayName")]
124 pub display_name: String,
125 #[serde(rename = "fsPath")]
126 pub fs_path: String,
127 pub uri: String,
128 pub repository: RepositoryInfo,
129}
130
131#[derive(Debug, Serialize, Deserialize)]
132pub struct RepositoryInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected