MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / is_space_codepoint

Function is_space_codepoint

common/console.cpp:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575 }
576
577 static bool is_space_codepoint(char32_t cp) {
578 return std::iswspace(static_cast<wint_t>(cp)) != 0;
579 }
580
581 static void move_word_left(size_t & char_pos, size_t & byte_pos, const std::vector<int> & widths, const std::string & line) {
582 if (char_pos == 0) {

Callers 2

move_word_leftFunction · 0.85
move_word_rightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected