Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void CreditSource::notifyCreditSystemDestroyed() noexcept {
42
this->_pCreditSystem = nullptr;
43
}
44
45
CreditSystem::~CreditSystem() noexcept {
46
this->_defaultCreditSource.notifyCreditSystemDestroyed();
Callers
1
~CreditSystem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected