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

Method notifyCreditSystemDestroyed

CesiumUtility/src/CreditSystem.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void CreditSource::notifyCreditSystemDestroyed() noexcept {
42 this->_pCreditSystem = nullptr;
43}
44
45CreditSystem::~CreditSystem() noexcept {
46 this->_defaultCreditSource.notifyCreditSystemDestroyed();

Callers 1

~CreditSystemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected