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

Method createCreditSource

CesiumUtility/src/CreditSystem.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void CreditSystem::createCreditSource(CreditSource& creditSource) noexcept {
291 this->_creditSources.emplace_back(&creditSource);
292}
293
294void CreditSystem::destroyCreditSource(CreditSource& creditSource) noexcept {
295 for (CreditRecord& record : this->_credits) {

Callers 1

CreditSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected