MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / cmd_status

Method cmd_status

src/runner/runner.cpp:402–404  ·  view source on GitHub ↗

\brief Show the status \param input_list, std::vector

Source from the content-addressed store, hash-verified

400/// \brief Show the status
401/// \param input_list, std::vector<std::string>
402void Runner::cmd_status(std::vector<std::string>& input_list) {
403 std::cout << this->auto_chat_engine->show_profile() << std::endl;
404}
405
406/// \brief Load a model
407/// \param input_list, std::vector<std::string>

Callers 1

runMethod · 0.95

Calls 1

show_profileMethod · 0.80

Tested by

no test coverage detected