Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ getData
Function
getData
src/ArduinoJson/Array/JsonArray.hpp:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
detail::VariantData* getData() const {
208
return collectionToVariant(data_);
209
}
210
211
detail::VariantData* getOrCreateData() const {
212
return collectionToVariant(data_);
Callers
7
JsonArrayConst
Class · 0.70
nesting
Method · 0.70
toJson
Method · 0.50
fromJson
Method · 0.50
toJson
Method · 0.50
fromJson
Method · 0.50
measure.hpp
File · 0.50
Calls
1
collectionToVariant
Function · 0.85
Tested by
no test coverage detected