杂项
| 1678 | |
| 1679 | // 杂项 |
| 1680 | static int Snapshot(lua_State* L)LNOEXCEPT |
| 1681 | { |
| 1682 | LAPP.SnapShot(luaL_checkstring(L, 1)); |
| 1683 | return 0; |
| 1684 | } |
| 1685 | static int Execute(lua_State* L)LNOEXCEPT |
| 1686 | { |
| 1687 | struct Detail_ |
nothing calls this directly
no outgoing calls
no test coverage detected