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

Method release

common/expr.h:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 static const StructExpr& default_instance();
554
555 static std::string release(std::string& property) {
556 std::string result;
557 result.swap(property);
558 return result;
559 }
560
561 std::string name_;
562 std::vector<StructExprField> fields_;

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected