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

Method ~CreditSystem

CesiumUtility/src/CreditSystem.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45CreditSystem::~CreditSystem() noexcept {
46 this->_defaultCreditSource.notifyCreditSystemDestroyed();
47 for (CreditSource* pSource : this->_creditSources) {
48 pSource->notifyCreditSystemDestroyed();
49 }
50}
51
52Credit CreditSystem::createCredit(
53 const CreditSource& source,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected