Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ release
Method
release
common/expr.h:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
static const IdentExpr& default_instance();
148
149
static std::string release(std::string& property) {
150
std::string result;
151
result.swap(property);
152
return result;
153
}
154
155
std::string name_;
156
};
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected