Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Identity
Function
Identity
extensions/math_ext.cc:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
template <typename T>
89
Value Identity(T v1) {
90
return NumberToValue(CelNumber(v1));
91
}
92
93
template <typename T, typename U>
94
Value Min(T v1, U v2) {
Callers
nothing calls this directly
Calls
1
NumberToValue
Function · 0.85
Tested by
no test coverage detected