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

Method QueryVariableCustom

emmy_debugger/src/debugger/extension_point.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199bool ExtensionPoint::QueryVariableCustom(lua_State* L, Idx<Variable> variable, const char* typeName, int object,
200 int depth)
201{
202 return QueryVariableGeneric(L, variable, typeName, object, depth, "queryVariableCustom");
203}
204
205lua_State* ExtensionPoint::QueryParentThread(lua_State* L)
206{

Callers 1

GetVariableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected