Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ read_single_byte
Function
read_single_byte
src/runner/cli_wide_posix.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool read_single_byte(unsigned char& out_byte) {
92
ssize_t count = read(STDIN_FILENO, &out_byte, 1);
93
return count == 1;
94
}
95
96
std::string read_escape_sequence() {
97
std::string seq;
Callers
2
read_escape_sequence
Function · 0.85
get_interactive_input
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected