Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ getOrCreateData
Function
getOrCreateData
src/ArduinoJson/Object/JsonObject.hpp:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
detail::VariantData* getOrCreateData() const {
238
return detail::collectionToVariant(data_);
239
}
240
241
detail::ObjectData* data_;
242
detail::ResourceManager* resources_;
Callers
nothing calls this directly
Calls
1
collectionToVariant
Function · 0.85
Tested by
no test coverage detected