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

Method getDefault

CesiumGltfReader/src/GltfSharedAssetSystem.cpp:47–52  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

45namespace CesiumGltfReader {
46
47/*static*/ CesiumUtility::IntrusivePointer<GltfSharedAssetSystem>
48GltfSharedAssetSystem::getDefault() {
49 static CesiumUtility::IntrusivePointer<GltfSharedAssetSystem> pDefault =
50 createDefault();
51 return pDefault;
52}
53
54} // namespace CesiumGltfReader

Callers

nothing calls this directly

Calls 1

createDefaultFunction · 0.70

Tested by

no test coverage detected