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

Function get_lua_state_value

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

Source from the content-addressed store, hash-verified

1213 }
1214
1215 GluaStateValue get_lua_state_value(lua_State *L, const char *key) {
1216 return get_lua_state_value_node(L, key).value;
1217 }
1218 void set_lua_state_instructions_limit(lua_State *L, int limit) {
1219 GluaStateValue value = { limit };
1220 set_lua_state_value(L, INSTRUCTIONS_LIMIT_LUA_STATE_MAP_KEY, value, LUA_STATE_VALUE_INT);

Calls 1

get_lua_state_value_nodeFunction · 0.85

Tested by

no test coverage detected