Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroyString
Method · 0.85
clear
Function · 0.85
dereference
Function · 0.85
Calls
1
deallocate
Method · 0.45
Tested by
no test coverage detected