MCPcopy Create free account
hub / github.com/axmolengine/axmol / reset

Method reset

3rdparty/lua/sol/sol.hpp:10306–10311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10304 }
10305
10306 void reset(lua_State* L_) noexcept {
10307 if (valid(L_)) {
10308 deref(L_);
10309 }
10310 ref = LUA_NOREF;
10311 }
10312
10313 void reset(lua_State* L_, int index_) noexcept {
10314 reset(L_);

Callers

nothing calls this directly

Calls 6

validFunction · 0.85
derefFunction · 0.85
lua_pushvalueFunction · 0.85
luaL_refFunction · 0.85
resetFunction · 0.70
luaL_checkstackFunction · 0.70

Tested by

no test coverage detected