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

Class InitialEnvironment

api/src/user/internal.rs:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113#[derive(Debug, Serialize, Deserialize)]
114pub struct InitialEnvironment {
115 pub trees: Vec<TreeInfo>,
116 pub platform: PlatformInfo,
117 pub interactive: bool,
118 pub tags: Vec<String>,
119}
120
121#[derive(Debug, Serialize, Deserialize)]
122pub struct TreeInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected