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

Function camera_injector_path

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

Source from the content-addressed store, hash-verified

494}
495
496fn camera_injector_path() -> anyhow::Result<PathBuf> {
497 camera_artifact_path(INJECTOR_NAME)
498}
499
500fn camera_artifact_path(name: &str) -> anyhow::Result<PathBuf> {
501 let exe = std::env::current_exe().context("resolve current executable")?;

Callers 1

launch_with_injectorFunction · 0.85

Calls 1

camera_artifact_pathFunction · 0.85

Tested by

no test coverage detected