MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / QueryVariable

Method QueryVariable

emmy_debugger/src/debugger/extension_point.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194bool ExtensionPoint::QueryVariable(lua_State* L, Idx<Variable> variable, const char* typeName, int object, int depth)
195{
196 return QueryVariableGeneric(L, variable, typeName, object, depth, "queryVariable");
197}
198
199bool ExtensionPoint::QueryVariableCustom(lua_State* L, Idx<Variable> variable, const char* typeName, int object,
200 int depth)

Callers 1

GetVariableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected