| 112 | |
| 113 | #[derive(Debug, Serialize, Deserialize)] |
| 114 | pub 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)] |
| 122 | pub struct TreeInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected