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

Function show_cursor

src/pull/download_model.cpp:61–63  ·  view source on GitHub ↗

\brief Show the cursor

Source from the content-addressed store, hash-verified

59
60/// \brief Show the cursor
61void show_cursor() {
62 std::cout << "\033[?25h" << std::flush;
63}
64
65/// \brief Callback function for libcurl to write data to a file
66/// \param ptr the pointer to the data

Callers 2

download_fileFunction · 0.85
download_multiple_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected