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

Method StartArray

rapidjson/schema.h:1722–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720 }
1721
1722 bool StartArray() {
1723 RAPIDJSON_SCHEMA_HANDLE_BEGIN_(StartArray, (CurrentContext()));
1724 RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(StartArray, ());
1725 return valid_ = outputHandler_.StartArray();
1726 }
1727
1728 bool EndArray(SizeType elementCount) {
1729 if (!valid_) return false;

Callers

nothing calls this directly

Calls 1

StartArrayMethod · 0.45

Tested by

no test coverage detected