MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getValidRegex

Method getValidRegex

libminifi/src/core/Property.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string Property::getValidRegex() const {
58 return valid_regex_;
59}
60
61std::shared_ptr<PropertyValidator> Property::getValidator() const {
62 return validator_;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected