| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected