Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Koihik/LuaFormatter
/ visitField
Method
visitField
generated/LuaBaseVisitor.h:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
virtual antlrcpp::Any visitField(LuaParser::FieldContext *ctx) override {
159
return visitChildren(ctx);
160
}
161
162
virtual antlrcpp::Any visitFieldsep(LuaParser::FieldsepContext *ctx) override {
163
return visitChildren(ctx);
Callers
1
accept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected