| 254 | } |
| 255 | |
| 256 | bool AttributeValue::isNull() const |
| 257 | { |
| 258 | return dispatch_has_<Blank>(array_, storage_model_, instance_name_, entity_or_type_, index_); |
| 259 | } |
| 260 | |
| 261 | unsigned int AttributeValue::size() const |
| 262 | { |
no outgoing calls
no test coverage detected