MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Get

Method Get

common/value.h:1976–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974 // `GetBool()`.
1975 template <typename T>
1976 std::enable_if_t<std::is_same_v<BoolValue, T>, BoolValue> Get() & {
1977 return GetBool();
1978 }
1979 template <typename T>
1980 std::enable_if_t<std::is_same_v<BoolValue, T>, BoolValue> Get() const& {
1981 return GetBool();

Callers

nothing calls this directly

Calls 15

GetBoolFunction · 0.85
GetDoubleFunction · 0.85
GetStringFunction · 0.85
GetBytesMethod · 0.45
GetErrorMethod · 0.45
GetListMethod · 0.45
GetMapMethod · 0.45
GetMessageMethod · 0.45
GetOpaqueMethod · 0.45
GetOptionalMethod · 0.45
GetParsedJsonListMethod · 0.45
GetParsedJsonMapMethod · 0.45

Tested by

no test coverage detected