MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / launchd_service_target

Function launchd_service_target

src/daemon/service.rs:763–765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

761}
762
763fn launchd_service_target() -> Result<String> {
764 Ok(format!("{}/{}", launchd_domain()?, LAUNCHD_LABEL))
765}
766
767fn ensure_launchd_runtime_dirs() -> Result<()> {
768 let data_dir = tracedecay_data_dir()?;

Callers 4

service_detail_hintMethod · 0.85
launchd_installFunction · 0.85
launchd_refreshFunction · 0.85
launchd_before_uninstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected