MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / JSONValueDestructor

Function JSONValueDestructor

Source/Scripting/angelscript/asfuncs.cpp:6057–6059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6055}
6056
6057static void JSONValueDestructor(void* memory) {
6058 ((Json::Value*)memory)->~Value();
6059}
6060
6061static Json::Value& JSONValueAssign(Json::Value* self, const Json::Value& other) {
6062 return (*self) = other;

Callers

nothing calls this directly

Calls 1

~ValueMethod · 0.45

Tested by

no test coverage detected