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

Function service_plist_paths

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

Source from the content-addressed store, hash-verified

255}
256
257fn service_plist_paths() -> anyhow::Result<Vec<PathBuf>> {
258 service_labels()
259 .into_iter()
260 .map(plist_path_for_label)
261 .collect()
262}
263
264fn log_dir() -> anyhow::Result<PathBuf> {
265 Ok(home_dir()?.join("Library/Logs"))

Callers 2

kill_installedFunction · 0.85
installed_argumentsFunction · 0.85

Calls 1

service_labelsFunction · 0.85

Tested by

no test coverage detected