Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
std::string Property::getValidRegex() const {
58
return valid_regex_;
59
}
60
61
std::shared_ptr<PropertyValidator> Property::getValidator() const {
62
return validator_;
Callers
2
validateComponentProperties
Method · 0.80
serializeClassDescription
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected