MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / is_identifier_continue

Function is_identifier_continue

external/zep/src/syntax_python.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool is_identifier_continue(uint8_t ch) {
27 return std::isalnum(static_cast<unsigned char>(ch)) != 0 || ch == '_';
28 }
29
30 bool is_python_string_prefix(std::string_view prefix) {
31 const std::string lowered = string_tolower(std::string(prefix));

Callers 1

UpdateSyntaxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected