MCPcopy Create free account
hub / github.com/Tencent/LuaHelper / GetTableNameInfo

Function GetTableNameInfo

luahelper-lsp/langserver/check/common/util.go:23–67  ·  view source on GitHub ↗

GetTableNameInfo 获取表达式的前三个值 例如 moduleA.var.key.a.b.c... 得到三个值 moduleA,var,key 当第一个词是_G,取前两个值,例如_G.var.key... 得到两个值 var,key 当只有两个值的时候 var.key 就取这两个

(tabExp *ast.TableAccessExp)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

GetExpNameFunction · 0.85
GetSimpleValueFunction · 0.85
GetExpLocFunction · 0.85

Tested by

no test coverage detected