MCPcopy 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
88template <typename T>
89Value Identity(T v1) {
90 return NumberToValue(CelNumber(v1));
91}
92
93template <typename T, typename U>
94Value Min(T v1, U v2) {

Callers

nothing calls this directly

Calls 1

NumberToValueFunction · 0.85

Tested by

no test coverage detected