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

Method cycle_agent

src/apps/cli/src/modes/chat.rs:1963–1970  ·  view source on GitHub ↗
(
        &mut self,
        chat_view: &mut ChatView,
        chat_state: &mut ChatState,
        rt_handle: &tokio::runtime::Handle,
    )

Source from the content-addressed store, hash-verified

1961 }
1962
1963 fn cycle_agent(
1964 &mut self,
1965 chat_view: &mut ChatView,
1966 chat_state: &mut ChatState,
1967 rt_handle: &tokio::runtime::Handle,
1968 ) {
1969 self.switch_agent_by_offset(1, chat_view, chat_state, rt_handle);
1970 }
1971
1972 fn cycle_agent_reverse(
1973 &mut self,

Callers 1

handle_key_eventMethod · 0.45

Calls 1

Tested by

no test coverage detected