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

Function removeMember

src/ArduinoJson/Object/ObjectData.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 template <typename TAdaptedString>
37 static void removeMember(ObjectData* obj, TAdaptedString key,
38 ResourceManager* resources) {
39 if (!obj)
40 return;
41 obj->removeMember(key, resources);
42 }
43
44 void remove(iterator it, ResourceManager* resources) {
45 CollectionData::removePair(it, resources);

Callers 4

removeFunction · 0.85
removeMemberMethod · 0.85
removeFunction · 0.85
removeFunction · 0.85

Calls 1

removeMemberMethod · 0.45

Tested by

no test coverage detected