| 2527 | { |
| 2528 | SerialisedStringDictionary (const void* d, size_t s) : start (static_cast<const char*> (d)), size (s) {} |
| 2529 | Handle getHandleForString (std::string_view) override { CHOC_ASSERT (false); return {}; } |
| 2530 | |
| 2531 | std::string_view getStringForHandle (Handle handle) const override |
| 2532 | { |
nothing calls this directly
no outgoing calls
no test coverage detected