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

Method CreateSchemaValidators

rapidjson/schema.h:1080–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078 }
1079
1080 void CreateSchemaValidators(Context& context, const SchemaArray& schemas) const {
1081 for (SizeType i = 0; i < schemas.count; i++)
1082 context.validators[schemas.begin + i] = context.factory.CreateSchemaValidator(*schemas.schemas[i]);
1083 }
1084
1085 // O(n)
1086 bool FindPropertyIndex(const ValueType& name, SizeType* outIndex) const {

Callers

nothing calls this directly

Calls 1

CreateSchemaValidatorMethod · 0.80

Tested by

no test coverage detected