| 842 | } |
| 843 | |
| 844 | String tpt_lua_checkString(lua_State *L, int index, bool ignoreError) |
| 845 | { |
| 846 | return tpt_lua_checkByteString(L, index).FromUtf8(ignoreError); |
| 847 | } |
| 848 | |
| 849 | ByteString tpt_lua_optByteString(lua_State *L, int index, ByteString defaultValue) |
| 850 | { |
no test coverage detected