Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ ~Object
Method
~Object
Engine/source/EtCore/FileSystem/Json/JsonDom.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
JSON::Object::~Object()
28
{
29
for (uint32 i = 0; i<(uint32)value.size(); ++i)
30
{
31
delete value[i].second;
32
}
33
}
34
35
JSON::Object* JSON::Value::obj()
36
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected