MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / getResourceManager

Function getResourceManager

src/ArduinoJson/Variant/VariantAttorney.hpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// Grants access to the internal variant API
16class VariantAttorney {
17 public:
18 template <typename TClient>
19 static auto getResourceManager(TClient& client)
20 -> decltype(client.getResourceManager()) {
21 return client.getResourceManager();
22 }
23
24 template <typename TClient>
25 static auto getData(TClient& client) -> decltype(client.getData()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected