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

Method createCredit

CesiumUtility/src/CreditSystem.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Credit CreditSystem::createCredit(
53 const CreditSource& source,
54 const std::string& html,
55 bool showOnScreen) {
56 return this->createCredit(source, std::string(html), showOnScreen);
57}
58
59Credit CreditSystem::createCredit(
60 const CreditSource& source,

Calls 3

backMethod · 0.80
CreditFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected