MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / text_is_space

Function text_is_space

StereoKitC/systems/text.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60///////////////////////////////////////////
61
62inline bool text_is_space(char32_t c) {
63 return c == ' ' || c=='\n' || c == '\r' || c== '\t';
64}
65
66//////////////////////////////////////////
67

Callers 1

text_add_in_gFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected