MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / New

Method New

LuaSTGPlus/LuaWrapper.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 return 0;
617 }
618 static int New(lua_State* L)LNOEXCEPT
619 {
620 return LPOOL.New(L);
621 }
622 static int Del(lua_State* L)LNOEXCEPT
623 {
624 return LPOOL.Del(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected