Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ stop_vm
Function
stop_vm
src/Chain/libraries/glua/lthinkyounglib.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static int stop_vm(lua_State *L)
46
{
47
thinkyoung::lua::lib::notify_lua_state_stop(L);
48
return 0;
49
}
50
51
static int throw_error(lua_State *L)
52
{
Callers
nothing calls this directly
Calls
1
notify_lua_state_stop
Function · 0.85
Tested by
no test coverage detected