MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / enrich_devices

Method enrich_devices

packages/server/src/android.rs:181–186  ·  view source on GitHub ↗
(&self, devices: Vec<AndroidDevice>)

Source from the content-addressed store, hash-verified

179 }
180
181 pub fn enrich_devices(&self, devices: Vec<AndroidDevice>) -> Vec<Value> {
182 devices
183 .into_iter()
184 .map(|device| self.device_value(device))
185 .collect()
186 }
187
188 pub fn creation_options(&self) -> Result<Value, AppError> {
189 if !self.avdmanager_path().exists() || !self.sdkmanager_path().exists() {

Callers 3

simulator_stateFunction · 0.80
all_device_valuesFunction · 0.80

Calls 1

device_valueMethod · 0.80

Tested by

no test coverage detected