MCPcopy Create free account
hub / github.com/coronalabs/corona / PlatformDataSource

Function PlatformDataSource

librtt/Rtt_PlatformData.cpp:64–86  ·  view source on GitHub ↗

bool PlatformData::Push( lua_State* L ) { PlatformData** p = (PlatformData**)lua_newuserdata( L, sizeof( PlatformData* ) ); *p = this; luaL_getmetatable( L, kPlatformDataKey ); lua_setmetatable( L, -2 ); return true; } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

lua_touserdataFunction · 0.85
lua_pushlstringFunction · 0.85
ReadMethod · 0.45

Tested by

no test coverage detected