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

Function luaB_exit_repl

src/Chain/libraries/glua/lbaselib.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74static int luaB_exit_repl(lua_State *L)
75{
76 thinkyoung::lua::lib::stop_repl(L);
77 return 0;
78}
79
80
81#define SPACECHARS " \f\n\r\t\v"

Callers

nothing calls this directly

Calls 1

stop_replFunction · 0.85

Tested by

no test coverage detected