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

Method EndObject

rapidjson/schema.h:1715–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713 }
1714
1715 bool EndObject(SizeType memberCount) {
1716 if (!valid_) return false;
1717 RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(EndObject, (memberCount));
1718 if (!CurrentSchema().EndObject(CurrentContext(), memberCount)) return valid_ = false;
1719 RAPIDJSON_SCHEMA_HANDLE_END_(EndObject, (memberCount));
1720 }
1721
1722 bool StartArray() {
1723 RAPIDJSON_SCHEMA_HANDLE_BEGIN_(StartArray, (CurrentContext()));

Callers

nothing calls this directly

Calls 1

EndObjectMethod · 0.45

Tested by

no test coverage detected