Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ getData
Method
getData
src/ArduinoJson/Array/JsonArrayConst.hpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
private:
102
const detail::VariantData* getData() const {
103
return collectionToVariant(data_);
104
}
105
106
const detail::ArrayData* data_;
107
const detail::ResourceManager* resources_;
Callers
1
getData
Function · 0.80
Calls
1
collectionToVariant
Function · 0.85
Tested by
no test coverage detected