MCPcopy Create free account
hub / github.com/ankddev/envfetch / clear_message

Method clear_message

src/interactive/state.rs:71–74  ·  view source on GitHub ↗

Clear the message.

(&mut self)

Source from the content-addressed store, hash-verified

69
70 /// Clear the message.
71 pub fn clear_message(&mut self) {
72 self.message = None;
73 self.message_expiry = None;
74 }
75
76 /// Request a reload of the variable list.
77 pub fn request_reload(&mut self) {

Callers 3

handle_inputFunction · 0.80
handle_input_with_eventFunction · 0.80

Calls

no outgoing calls

Tested by 1