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

Function tracedecay_bin_on_path

src/update_cmd.rs:123–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123pub(crate) fn tracedecay_bin_on_path() -> tracedecay::errors::Result<String> {
124 tracedecay::agents::which_tracedecay().ok_or_else(|| {
125 tracedecay::errors::TraceDecayError::Config {
126 message: "tracedecay not found on PATH".to_string(),
127 }
128 })
129}
130
131/// How the `post-update` re-exec reacts to the binary-upgrade outcome.
132pub(crate) enum RefreshPolicy {

Callers 4

refresh_daemon_serviceFunction · 0.85
post_update_binaryFunction · 0.85

Calls 1

which_tracedecayFunction · 0.85

Tested by

no test coverage detected