Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ ignoreAndContinue
Method
ignoreAndContinue
CesiumJsonReader/src/JsonHandler.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
IJsonHandler* JsonHandler::ignoreAndContinue() {
78
this->_ignore.reset(this);
79
return &this->_ignore;
80
}
81
82
void JsonHandler::reportWarning(
83
const std::string& warning,
Callers
3
readObjectKey
Method · 0.80
readObjectKeyExtensibleObject
Method · 0.80
ArrayJsonHandler.h
File · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected