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

Function memoryUsage

src/ArduinoJson/Array/JsonArray.hpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 // DEPRECATED: always returns zero
197 ARDUINOJSON_DEPRECATED("always returns zero")
198 size_t memoryUsage() const {
199 return 0;
200 }
201
202 private:
203 detail::ResourceManager* getResourceManager() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected