MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / EndArray

Method EndArray

rapidjson/writer.h:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 bool EndArray(SizeType elementCount = 0) {
227 (void)elementCount;
228 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level));
229 RAPIDJSON_ASSERT(level_stack_.template Top<Level>()->inArray);
230 level_stack_.template Pop<Level>(1);
231 return EndValue(WriteEndArray());
232 }
233 //@}
234
235 /*! @name Convenience extensions */

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected