MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / plist_path

Function plist_path

packages/server/src/service.rs:243–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241}
242
243fn plist_path() -> anyhow::Result<PathBuf> {
244 plist_path_for_label(SERVICE_LABEL)
245}
246
247fn plist_path_for_label(label: &str) -> anyhow::Result<PathBuf> {
248 Ok(home_dir()?

Callers 4

activeFunction · 0.85
installFunction · 0.85
disableFunction · 0.85

Calls 1

plist_path_for_labelFunction · 0.85

Tested by

no test coverage detected