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

Function make_dynamic

extensions/expression-language/Expression.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Expression make_dynamic(const std::function<Value(const Parameters &params, const std::vector<Expression> &sub_exprs)> &val_fn) {
89 return Expression(Value(), val_fn);
90}
91
92Expression make_dynamic_attr(const std::string &attribute_id) {
93 return make_dynamic([attribute_id](const Parameters &params, const std::vector<Expression>& /*sub_exprs*/) -> Value {

Callers 11

make_dynamic_attrFunction · 0.85
make_allAttributesFunction · 0.85
make_anyAttributeFunction · 0.85
make_allDelineatedValuesFunction · 0.85
make_anyDelineatedValueFunction · 0.85
operator+Method · 0.85
compose_multiMethod · 0.85
make_aggregateMethod · 0.85

Calls 2

ExpressionClass · 0.85
ValueClass · 0.50

Tested by

no test coverage detected