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

Method set_message

src/main.rs:97–101  ·  view source on GitHub ↗
(&self, msg: &str)

Source from the content-addressed store, hash-verified

95 }
96
97 pub(crate) fn set_message(&self, msg: &str) {
98 if let Ok(mut locked) = self.message.lock() {
99 *locked = msg.to_string();
100 }
101 }
102
103 pub(crate) fn done(mut self, message: &str) {
104 self.stop();

Callers 3

handle_branch_actionFunction · 0.80
handle_syncFunction · 0.80
init_and_indexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected