Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ start_repl
Function
start_repl
src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:2443–2448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2441
}
2442
2443
bool start_repl(lua_State *L)
2444
{
2445
// TODO: 把这里的REPL换成main.cpp中的新REPL
2446
luaL_doREPL(L);
2447
return true;
2448
}
2449
2450
int *get_repl_state(lua_State *L)
2451
{
Callers
1
start_repl
Method · 0.85
Calls
1
luaL_doREPL
Function · 0.85
Tested by
no test coverage detected