MCPcopy Create free account
hub / github.com/GCWing/BitFun / update

Method update

src/apps/cli/src/ui/command_menu.rs:35–37  ·  view source on GitHub ↗
(&mut self, input: &str, cursor: usize)

Source from the content-addressed store, hash-verified

33 }
34
35 pub fn update(&mut self, input: &str, cursor: usize) {
36 self.update_with_commands(input, cursor, COMMAND_SPECS);
37 }
38
39 pub fn update_with_commands(
40 &mut self,

Callers

nothing calls this directly

Calls 1

update_with_commandsMethod · 0.80

Tested by

no test coverage detected