MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / release

Method release

common/expr.h:1165–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163}
1164
1165inline std::unique_ptr<Expr> SelectExpr::release(
1166 std::unique_ptr<Expr>& property) {
1167 std::unique_ptr<Expr> result;
1168 result.swap(property);
1169 return result;
1170}
1171
1172inline void ComprehensionExpr::Clear() {
1173 iter_var_.clear();

Callers 15

MakeTestParsedAstFunction · 0.45
ValueToCelValueFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
MakeCelMapFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
ParseFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by 7

MakeTestParsedAstFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
MakeCelMapFunction · 0.36
ParseFunction · 0.36