MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / isBlankChar

Function isBlankChar

src/FormatVisitor.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static bool isBlankChar(const char c) { return c == ' ' || c == '\t' || c == '\u000C'; }
60
61int firstNodeIndex(tree::ParseTree* t) {
62 if (t == nullptr) {

Callers 1

formatLineCommentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected