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

Method ~PatternProperty

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

Source from the content-addressed store, hash-verified

1208 struct PatternProperty {
1209 PatternProperty() : schema(), pattern() {}
1210 ~PatternProperty() {
1211 if (pattern) {
1212 pattern->~RegexType();
1213 AllocatorType::Free(pattern);
1214 }
1215 }
1216 const SchemaType* schema;
1217 RegexType* pattern;
1218 };

Callers 1

~SchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected