Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
fn plist_path() -> anyhow::Result<PathBuf> {
244
plist_path_for_label(SERVICE_LABEL)
245
}
246
247
fn plist_path_for_label(label: &str) -> anyhow::Result<PathBuf> {
248
Ok(home_dir()?
Callers
4
active
Function · 0.85
install
Function · 0.85
disable
Function · 0.85
reuse_running_service_if_matching
Function · 0.85
Calls
1
plist_path_for_label
Function · 0.85
Tested by
no test coverage detected