MCPcopy Create free account
hub / github.com/Autoparallel/learner / uninstall

Method uninstall

crates/learnerd/src/daemon/mod.rs:346–346  ·  view source on GitHub ↗

Removes the daemon from system services. # Errors Returns `LearnerdErrors` if service removal fails.

(&self)

Source from the content-addressed store, hash-verified

344 ///
345 /// Returns `LearnerdErrors` if service removal fails.
346 pub fn uninstall(&self) -> Result<()> { uninstall_system_daemon() }
347
348 /// Main daemon loop that handles background tasks.
349 ///

Callers 1

daemonFunction · 0.80

Calls 1

uninstall_system_daemonFunction · 0.70

Tested by

no test coverage detected