| 873 | } |
| 874 | |
| 875 | std::string DecodeText(std::string text) |
| 876 | { |
| 877 | std::string_view strView{text}; |
| 878 | return webifc::parsing::p21decode(strView); |
| 879 | } |
| 880 | |
| 881 | void ResetCache(uint32_t modelID) |
| 882 | { |
nothing calls this directly
no test coverage detected