Does the equivalent of the following pseudo-code: function gettable_event( table, eventName ) return valueForKey( table.proxy_, eventName ) or table._class[eventName] end where valueForKey( ud, key ) would be a C function exported to Lua: int valueForKey( L, ud, key ) { return ((LuaProxy*)ud)->ValueForKey( L, key ) }
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected