| 5865 | } |
| 5866 | |
| 5867 | auto cardinality() const -> size_t override { |
| 5868 | if (m_ref->isContainer()) |
| 5869 | return 0; |
| 5870 | else |
| 5871 | return 1; |
| 5872 | } |
| 5873 | |
| 5874 | auto hint() const -> std::string { |
| 5875 | return m_hint; |
nothing calls this directly
no test coverage detected