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

Function destroy

src/ArduinoJson/Memory/StringNode.hpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 static void destroy(StringNode* node, Allocator* allocator) {
66 allocator->deallocate(node);
67 }
68};
69
70// Returns the size (in bytes) of an string with n characters.

Callers 3

destroyStringMethod · 0.85
clearFunction · 0.85
dereferenceFunction · 0.85

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected