Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ ~Array
Method
~Array
Engine/source/EtCore/FileSystem/Json/JsonDom.cpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
JSON::Array::~Array()
45
{
46
for (uint32 i = 0; i < (uint32)value.size(); ++i)
47
{
48
delete value[i];
49
}
50
}
51
52
JSON::Array* JSON::Value::arr()
53
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected