MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / ~GluaStateScope

Method ~GluaStateScope

src/Chain/libraries/glua/glua_state_scope.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44 GluaStateScope::GluaStateScope(const GluaStateScope &other) : _L(other._L) {}
45 GluaStateScope::~GluaStateScope() {
46 if (nullptr != _L)
47 close_lua_state(_L);
48 }
49
50 void GluaStateScope::change_in_file(FILE *in)
51 {

Callers

nothing calls this directly

Calls 1

close_lua_stateFunction · 0.85

Tested by

no test coverage detected