| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected