| 493 | return 0; |
| 494 | } |
| 495 | static int SystemLog(lua_State* L)LNOEXCEPT |
| 496 | { |
| 497 | LINFO("脚本日志:%m", luaL_checkstring(L, 1)); |
| 498 | return 0; |
| 499 | } |
| 500 | static int Print(lua_State* L)LNOEXCEPT |
| 501 | { |
| 502 | int n = lua_gettop(L); |
nothing calls this directly
no outgoing calls
no test coverage detected