MCPcopy Create free account
hub / github.com/YACReader/yacreader / isSpace

Method isSpace

YACReaderLibrary/db/query_lexer.cpp:120–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120bool QueryLexer::isSpace(char c)
121{
122 switch (c) {
123 case ' ':
124 case '\t':
125 case '\r':
126 case '\n':
127 return true;
128 default:
129 return false;
130 }
131}

Callers 1

translateModifiersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected