mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
add codecache.mode()
This commit is contained in:
@@ -30,6 +30,7 @@ static int
|
||||
codecache(lua_State *L) {
|
||||
luaL_Reg l[] = {
|
||||
{ "clear", cleardummy },
|
||||
{ "mode", cleardummy },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
luaL_newlib(L,l);
|
||||
|
||||
Reference in New Issue
Block a user