MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / lua_getextraspace

Function lua_getextraspace

modules/engine/lua/src/build.skr_lua.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48static skr::FlatHashMap<lua_State*, void*> ExtraSpace;
49void** lua_getextraspace(lua_State* L)
50{
51 return &ExtraSpace[L];
52}
53
54int skr_lua_loadfile(lua_State* L, const char* filename)
55{

Callers 4

skr_lua_loadfileFunction · 0.85
skr_lua_newstateFunction · 0.85
skr_lua_closeFunction · 0.85
lua_newthreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected