MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / ~LuaState

Method ~LuaState

src/LuaState.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111LuaState::~LuaState()
112{
113 if (L) {
114 lua_close(L);
115 L = Q_NULLPTR;
116 }
117}
118
119void LuaState::setVariable(const char* name, const QString& value)
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected