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

Function processDownloadedContent

CesiumAsync/test/ExamplesAsyncSystem.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88};
89
90ProcessedContent
91processDownloadedContent(const std::span<const std::byte>& /*bytes*/) {
92 return ProcessedContent();
93}
94void useDownloadedContent(const std::span<const std::byte>& /*bytes*/) {}
95void updateApplicationWithProcessedContent(
96 const ProcessedContent& /*content*/) {}

Callers 1

Calls 1

ProcessedContentClass · 0.85

Tested by

no test coverage detected