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

Method apply_skill_selection

src/apps/cli/src/modes/chat.rs:3013–3015  ·  view source on GitHub ↗

Apply skill selection: fill input box with execution command

(&self, selected: &SkillItem, chat_view: &mut ChatView)

Source from the content-addressed store, hash-verified

3011
3012 /// Apply skill selection: fill input box with execution command
3013 fn apply_skill_selection(&self, selected: &SkillItem, chat_view: &mut ChatView) {
3014 chat_view.set_input(&format!("Execute the {} skill.", selected.name));
3015 }
3016
3017 fn set_skill_enabled(
3018 &self,

Callers 1

Calls 1

set_inputMethod · 0.45

Tested by

no test coverage detected