MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator()

Method operator()

runtime/internal/function_adapter.h:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190// Value representation.
191struct AdaptedToValueVisitor {
192 absl::StatusOr<Value> operator()(int64_t in) { return IntValue(in); }
193
194 absl::StatusOr<Value> operator()(uint64_t in) { return UintValue(in); }
195

Callers

nothing calls this directly

Calls 8

IntValueClass · 0.50
UintValueClass · 0.50
DoubleValueClass · 0.50
BoolValueClass · 0.50
TimestampValueClass · 0.50
DurationValueClass · 0.50
okMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected