| 827 | } |
| 828 | |
| 829 | String tpt_lua_toString(lua_State *L, int index, bool ignoreError) |
| 830 | { |
| 831 | return tpt_lua_toByteString(L, index).FromUtf8(ignoreError); |
| 832 | } |
| 833 | |
| 834 | ByteString tpt_lua_checkByteString(lua_State *L, int index) |
| 835 | { |
no test coverage detected