Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ EndSubObject
Method
EndSubObject
CesiumJsonReader/src/ObjectJsonHandler.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
IJsonHandler* ObjectJsonHandler::StartSubObject() noexcept { return nullptr; }
29
30
IJsonHandler* ObjectJsonHandler::EndSubObject() noexcept { return nullptr; }
31
32
void ObjectJsonHandler::reportWarning(
33
const std::string& warning,
Callers
1
readObjectEnd
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected