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

Method error

CesiumUtility/src/ErrorList.cpp:8–10  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

6namespace CesiumUtility {
7
8/*static*/ ErrorList ErrorList::error(std::string errorMessage) {
9 return ErrorList{{std::move(errorMessage)}, {}};
10}
11
12/*static*/ ErrorList ErrorList::warning(std::string warningMessage) {
13 return ErrorList{{}, {std::move(warningMessage)}};

Callers 8

conformFileFunction · 0.80
index.jsFile · 0.80
createMethod · 0.80
operator()Method · 0.80
activateMethod · 0.80
createTileProviderMethod · 0.80
failTransformOriginFunction · 0.80
tryAttachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected