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

Function injected_bundles_file

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

Source from the content-addressed store, hash-verified

481}
482
483fn injected_bundles_file(udid: &str) -> PathBuf {
484 camera_state_dir().join(format!("{}.bundles.json", short_hash(udid)))
485}
486
487fn shm_name_for_udid(udid: &str) -> String {
488 format!("/sd-cam-{}", short_hash(udid))

Callers 3

stop_cameraFunction · 0.85
record_injected_bundleFunction · 0.85
read_injected_bundlesFunction · 0.85

Calls 1

camera_state_dirFunction · 0.85

Tested by

no test coverage detected