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

Function closepaux

lib/lua/src/ldo.c:918–921  ·  view source on GitHub ↗

** Auxiliary function to call 'luaF_close' in protected mode. */

Source from the content-addressed store, hash-verified

916** Auxiliary function to call 'luaF_close' in protected mode.
917*/
918static void closepaux (lua_State *L, void *ud) {
919 struct CloseP *pcl = cast(struct CloseP *, ud);
920 luaF_close(L, pcl->level, pcl->status, 0);
921}
922
923
924/*

Callers

nothing calls this directly

Calls 1

luaF_closeFunction · 0.85

Tested by

no test coverage detected