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

Method operator()

eval/public/cel_value.cc:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 google::protobuf::Arena* const arena;
46
47 std::string operator()(bool arg) { return absl::StrFormat("%d", arg); }
48 std::string operator()(int64_t arg) { return absl::StrFormat("%lld", arg); }
49 std::string operator()(uint64_t arg) { return absl::StrFormat("%llu", arg); }
50 std::string operator()(double arg) { return absl::StrFormat("%f", arg); }

Callers

nothing calls this directly

Calls 11

message_ptrMethod · 0.80
legacy_type_infoMethod · 0.80
FormatDurationFunction · 0.50
valueMethod · 0.45
DebugStringMethod · 0.45
sizeMethod · 0.45
GetMethod · 0.45
ListKeysMethod · 0.45
okMethod · 0.45
has_valueMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected