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

Method nesting

src/ArduinoJson/Variant/VariantData.hpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 size_t nesting(const ResourceManager* resources) const {
424 auto collection = asCollection();
425 if (collection)
426 return collection->nesting(resources);
427 else
428 return 0;
429 }
430
431 static size_t nesting(const VariantData* var,
432 const ResourceManager* resources) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected