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

Function make_static

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

Source from the content-addressed store, hash-verified

82}
83
84Expression make_static(std::string val) {
85 return Expression(Value(val));
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);

Callers 4

make_allDelineatedValuesFunction · 0.85
make_anyDelineatedValueFunction · 0.85
operator+Method · 0.85

Calls 2

ExpressionClass · 0.85
ValueClass · 0.50

Tested by

no test coverage detected