MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / is_space

Function is_space

src/Chain/libraries/glua/glua_tokenparser.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 static inline bool is_space(int c)
135 {
136 return c == '\n' || c == '\r' || c == ' ' || c == '\f' || c == '\t' || c == '\v';
137 }
138
139 int GluaTokenParser::_current_char(std::string &code)
140 {

Callers 1

_read_stringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected