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

Function camera_app_log_file

packages/server/src/camera.rs:479–481  ·  view source on GitHub ↗
(udid: &str)

Source from the content-addressed store, hash-verified

477}
478
479fn camera_app_log_file(udid: &str) -> PathBuf {
480 camera_state_dir().join(format!("{}.app.log", short_hash(udid)))
481}
482
483fn injected_bundles_file(udid: &str) -> PathBuf {
484 camera_state_dir().join(format!("{}.bundles.json", short_hash(udid)))

Callers 2

launch_with_injectorFunction · 0.85
enrich_statusFunction · 0.85

Calls 1

camera_state_dirFunction · 0.85

Tested by

no test coverage detected