Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6057
static void JSONValueDestructor(void* memory) {
6058
((Json::Value*)memory)->~Value();
6059
}
6060
6061
static Json::Value& JSONValueAssign(Json::Value* self, const Json::Value& other) {
6062
return (*self) = other;
Callers
nothing calls this directly
Calls
1
~Value
Method · 0.45
Tested by
no test coverage detected