MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / getReferenceCount

Method getReferenceCount

Cesium3DTilesSelection/src/Tile.cpp:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

setParentMethod · 0.95
clearChildrenMethod · 0.80
isContentReferencedFunction · 0.80
unloadTileContentMethod · 0.80
unloadCachedBytesMethod · 0.80
releaseReferenceMethod · 0.80
setOwnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected