Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
static bool isBlankChar(const char c) { return c ==
' '
|| c ==
'\t'
|| c ==
'\u000C'
; }
60
61
int firstNodeIndex(tree::ParseTree* t) {
62
if (t == nullptr) {
Callers
1
formatLineComment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected