MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lua_close

Function lua_close

lib/lua/src/lstate.c:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415
416LUA_API void lua_close (lua_State *L) {
417 lua_lock(L);
418 L = G(L)->mainthread; /* only the main thread can be closed */
419 close_state(L);
420}
421
422
423void luaE_warning (lua_State *L, const char *msg, int tocont) {

Callers 10

mainFunction · 0.85
mainFunction · 0.85
os_exitFunction · 0.85
destroyLuaMethod · 0.85
definesMqttFunctionMethod · 0.85
runScriptMethod · 0.85
validateTransformMethod · 0.85
testTransformMethod · 0.85
destroyStateMethod · 0.85

Calls 2

close_stateFunction · 0.85
GFunction · 0.50

Tested by

no test coverage detected