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

Method Kill

LuaSTGPlus/LuaWrapper.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 return LPOOL.Del(L);
625 }
626 static int Kill(lua_State* L)LNOEXCEPT
627 {
628 return LPOOL.Kill(L);
629 }
630 static int IsValid(lua_State* L)LNOEXCEPT
631 {
632 return LPOOL.IsValid(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected