MCPcopy Create free account
hub / github.com/Tencent/rapidjson / SchemaArray

Method SchemaArray

include/rapidjson/schema.h:945–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943
944 struct SchemaArray {
945 SchemaArray() : schemas(), count() {}
946 ~SchemaArray() { AllocatorType::Free(schemas); }
947 const SchemaType** schemas;
948 SizeType begin; // begin index of context.validators

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected