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

Function findReferencedImageUrl

CesiumAsync/test/ExamplesAsyncSystem.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103void showError(const std::string& /*message*/) {}
104
105std::string
106findReferencedImageUrl(const std::span<const std::byte>& /*bytes*/) {
107 return "http://example.com/image.png";
108}
109
110std::string findReferencedImageUrl(const ProcessedContent& /*processed*/) {
111 return "http://example.com/image.png";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected