MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / is_separator

Function is_separator

KBotExt/imgui/imgui_widgets.cpp:3710–3713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3708 }
3709
3710 static bool is_separator(unsigned int c)
3711 {
3712 return c == ',' || c == ';' || c == '(' || c == ')' || c == '{' || c == '}' || c == '[' || c == ']' || c == '|' || c == '\n' || c == '\r' || c == '.' || c == '!';
3713 }
3714
3715 static int is_word_boundary_from_right(ImGuiInputTextState* obj, int idx)
3716 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected