| 434 | |
| 435 | constexpr bool isString() const { return idx == TypeIndex::String; } |
| 436 | constexpr bool isFixedString() const { return idx == TypeIndex::FixedString; } |
| 437 | constexpr bool isStringOrFixedString() const { return isString() || isFixedString(); } |
| 438 | |
| 439 | constexpr bool isUUID() const { return idx == TypeIndex::UUID; } |
no outgoing calls
no test coverage detected