Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ stop_repl
Function
stop_repl
src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:2464–2469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2462
}
2463
2464
bool stop_repl(lua_State *L)
2465
{
2466
int * state = get_repl_state(L);
2467
*state = 0;
2468
return true;
2469
}
2470
2471
bool start_repl_async(lua_State *L)
2472
{
Callers
2
luaB_exit_repl
Function · 0.85
stop_repl
Method · 0.85
Calls
1
get_repl_state
Function · 0.85
Tested by
no test coverage detected