Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ commit_storage_changes
Method
commit_storage_changes
src/Chain/libraries/glua/glua_state_scope.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool GluaStateScope::commit_storage_changes()
84
{
85
return thinkyoung::lua::lib::commit_storage_changes(_L);
86
}
87
88
GluaStateValueNode GluaStateScope::get_value_node(const char *key)
89
{
Callers
1
GTEST
Function · 0.80
Calls
1
commit_storage_changes
Function · 0.85
Tested by
no test coverage detected