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

Method getCreditSystem

CesiumUtility/src/CreditSystem.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33CreditSystem* CreditSource::getCreditSystem() noexcept {
34 return this->_pCreditSystem;
35}
36
37const CreditSystem* CreditSource::getCreditSystem() const noexcept {
38 return this->_pCreditSystem;

Callers 5

loadCreditsMethod · 0.80
loadCreditsMethod · 0.80
addCreditsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected