| 9202 | } |
| 9203 | |
| 9204 | auto cardinality() const -> size_t override { |
| 9205 | if( m_ref->isContainer() ) |
| 9206 | return 0; |
| 9207 | else |
| 9208 | return 1; |
| 9209 | } |
| 9210 | |
| 9211 | auto hint() const -> std::string { return m_hint; } |
| 9212 | }; |
nothing calls this directly
no test coverage detected