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

Method ~Property

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

Source from the content-addressed store, hash-verified

1197 struct Property {
1198 Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), required(false) {}
1199 ~Property() { AllocatorType::Free(dependencies); }
1200 SValue name;
1201 const SchemaType* schema;
1202 const SchemaType* dependenciesSchema;

Callers 1

~SchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected