Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assimp/assimp
/ EndArray
Method
EndArray
code/AssetLib/Assjson/json_exporter.cpp:147–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void EndArray() {
148
PopIndent();
149
AddIndentation();
150
buff <<
"]"
<< newline;
151
first = false;
152
}
153
154
void AddIndentation() {
155
if (!(flags & Flag_DoNotIndent) && !(flags & Flag_SkipWhitespaces)) {
Callers
1
Write
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected