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

Method Regex

libminifi/src/utils/RegexUtils.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace utils {
29
30Regex::Regex() : Regex::Regex("") {}
31
32Regex::Regex(const std::string &value) : Regex::Regex(value, {}) {}
33

Callers

nothing calls this directly

Calls 7

ExceptionClass · 0.85
c_strMethod · 0.80
emptyMethod · 0.45
whatMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected