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

Function commit_storage_changes

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

Source from the content-addressed store, hash-verified

1080 }
1081
1082 bool commit_storage_changes(lua_State *L) {
1083 if (!thinkyoung::lua::api::global_glua_chain_api->has_exception(L)) {
1084 return luaL_commit_storage_changes(L);
1085 }
1086
1087 return false;
1088 }
1089
1090 void close_lua_state(lua_State *L) {
1091 luaL_commit_storage_changes(L);

Callers 2

GTESTFunction · 0.85

Calls 2

has_exceptionMethod · 0.45

Tested by

no test coverage detected