| 9277 | } |
| 9278 | |
| 9279 | auto cardinality() const -> size_t override { |
| 9280 | if( m_ref->isContainer() ) |
| 9281 | return 0; |
| 9282 | else |
| 9283 | return 1; |
| 9284 | } |
| 9285 | |
| 9286 | auto hint() const -> std::string { return m_hint; } |
| 9287 | }; |
nothing calls this directly
no test coverage detected