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

Function launchd_refresh

src/daemon/service.rs:789–793  ·  view source on GitHub ↗
(service_path: &Path, socket_path: &Path)

Source from the content-addressed store, hash-verified

787}
788
789fn launchd_refresh(service_path: &Path, socket_path: &Path) -> Result<()> {
790 ensure_launchd_runtime_dirs()?;
791 let target = launchd_service_target()?;
792 launchd_start(&target, service_path, socket_path)
793}
794
795fn launchd_start(target: &str, service_path: &Path, socket_path: &Path) -> Result<()> {
796 let domain = launchd_domain()?;

Callers 1

refreshMethod · 0.85

Calls 3

launchd_service_targetFunction · 0.85
launchd_startFunction · 0.85

Tested by

no test coverage detected