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

Method clear

src/ArduinoJson/Collection/CollectionData.hpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 void clear(ResourceManager* resources);
88
89 static void clear(CollectionData* collection, ResourceManager* resources) {
90 if (!collection)
91 return;
92 collection->clear(resources);
93 }
94
95 SlotId head() const {
96 return head_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected