Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ getData
Function
getData
src/ArduinoJson/Variant/VariantAttorney.hpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
template <typename TClient>
25
static auto getData(TClient& client) -> decltype(client.getData()) {
26
return client.getData();
27
}
28
29
template <typename TClient>
30
static VariantData* getOrCreateData(TClient& client) {
Callers
nothing calls this directly
Calls
1
getData
Method · 0.80
Tested by
no test coverage detected