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

Method validate

libminifi/include/core/PropertyValue.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 ValidationResult validate(const std::string &subject) const {
84 return validator_.validate(subject, getValue());
85 }
86
87 operator uint64_t() const {
88 return convertImpl<uint64_t>("uint64_t");

Callers 1

setValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected