Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ GetArray
Function
GetArray
Engine/source/persistence/rapidjson/document.h:1729–1729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1727
}
1728
1729
Array GetArray() { RAPIDJSON_ASSERT(IsArray()); return Array(*this); }
1730
ConstArray GetArray() const { RAPIDJSON_ASSERT(IsArray()); return ConstArray(*this); }
1731
1732
//@}
Callers
nothing calls this directly
Calls
2
IsArray
Function · 0.70
Array
Class · 0.50
Tested by
no test coverage detected