MCPcopy 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
91bool read_single_byte(unsigned char& out_byte) {
92 ssize_t count = read(STDIN_FILENO, &out_byte, 1);
93 return count == 1;
94}
95
96std::string read_escape_sequence() {
97 std::string seq;

Callers 2

read_escape_sequenceFunction · 0.85
get_interactive_inputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected