Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitBlock
Method
visitBlock
generated/LuaBaseVisitor.h:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
virtual antlrcpp::Any visitBlock(LuaParser::BlockContext *ctx) override {
23
return visitChildren(ctx);
24
}
25
26
virtual antlrcpp::Any visitStat(LuaParser::StatContext *ctx) override {
27
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected