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

Method get

encrypt-config/ArgParser.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98utils::optional<std::string> Arguments::get(const std::string &key) const {
99 return getArg(key) | utils::flatMap([&] (const Argument& arg) {return get(arg);});
100}
101
102utils::optional<std::string> Arguments::get(const Argument& arg) const {
103 for (const auto& name : arg.names) {

Callers 2

mainFunction · 0.45
parseMethod · 0.45

Calls 4

flatMapFunction · 0.85
getFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected