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

Method GetOpaque

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

Source from the content-addressed store, hash-verified

1815 const OpaqueValue& GetOpaque() const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1816 OpaqueValue GetOpaque() &&;
1817 OpaqueValue GetOpaque() const&& { return GetOpaque(); }
1818
1819 // Performs an unchecked cast from a value to an optional value. In
1820 // debug builds a best effort is made to crash. If `IsOptional()` would return

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected