Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ getData
Function
getData
src/ArduinoJson/Variant/VariantRefBase.hpp:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
VariantData* getData() const {
271
return VariantAttorney::getData(derived());
272
}
273
274
VariantData* getOrCreateData() const {
275
return VariantAttorney::getOrCreateData(derived());
Callers
6
isNull
Function · 0.70
isUnbound
Function · 0.70
size
Function · 0.70
nesting
Function · 0.70
remove
Function · 0.70
JsonVariantConst getVariantConst
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected