| 472 | } |
| 473 | |
| 474 | int32_t Tile::getReferenceCount() const noexcept { |
| 475 | return this->_referenceCount; |
| 476 | } |
| 477 | |
| 478 | bool Tile::hasReferencingContent() const noexcept { |
| 479 | return !this->_content.isUnknownContent() && |
no outgoing calls
no test coverage detected