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

Function camera_state_dir

packages/server/src/camera.rs:475–477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473}
474
475fn camera_state_dir() -> PathBuf {
476 std::env::temp_dir().join("simdeck-camera")
477}
478
479fn camera_app_log_file(udid: &str) -> PathBuf {
480 camera_state_dir().join(format!("{}.app.log", short_hash(udid)))

Callers 3

start_cameraFunction · 0.85
camera_app_log_fileFunction · 0.85
injected_bundles_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected