| 342 | tsl::robin_map<TopicFieldIdKey, PrimitiveType, TopicFieldIdKeyHash> field_types; |
| 343 | |
| 344 | void setError(std::string message) { |
| 345 | last_error = std::move(message); |
| 346 | } |
| 347 | |
| 348 | [[nodiscard]] const char* lastError() const { |
| 349 | return last_error.empty() ? nullptr : last_error.c_str(); |
no outgoing calls
no test coverage detected