Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ hide_cursor
Function
hide_cursor
src/pull/download_model.cpp:56–58 ·
view source on GitHub ↗
\brief Hide the cursor
Source
from the content-addressed store, hash-verified
54
55
/// \brief Hide the cursor
56
void hide_cursor() {
57
std::cout <<
"\033[?25l"
<< std::flush;
58
}
59
60
/// \brief Show the cursor
61
void show_cursor() {
Callers
1
download_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected