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

Function close_lua_state_values

src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:1188–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1186 states_map->clear();
1187 }
1188 void close_lua_state_values(lua_State *L) {
1189 LStatesMap *states_map = get_lua_states_value_hashmap();
1190 states_map->erase(L);
1191 }
1192
1193 GluaStateValueNode get_lua_state_value_node(lua_State *L, const char *key) {
1194 GluaStateValue nil_value = { 0 };

Callers 1

lua_closeFunction · 0.85

Calls 2

eraseMethod · 0.45

Tested by

no test coverage detected