Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ Destroy
Method
Destroy
include/rapidjson/internal/stack.h:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void Destroy() {
164
Allocator::Free(stack_);
165
RAPIDJSON_DELETE(ownAllocator_); // Only delete if it is owned by the stack
166
}
167
168
// Prohibit copy constructor & assignment operator.
169
Stack(const Stack&);
Callers
nothing calls this directly
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected