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

Method MakeValue

codelab/network_functions.cc:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361} // namespace
362
363cel::Value NetworkAddressRep::MakeValue(const NetworkAddressRep& rep) {
364 return UnsafeOpaqueValue(&kAddressDispatcher,
365 cel::OpaqueValueContent::From(rep));
366}
367
368absl::optional<NetworkAddressRep> NetworkAddressRep::Unwrap(
369 const cel::Value& value) {

Callers

nothing calls this directly

Calls 2

UnsafeOpaqueValueFunction · 0.85
OpaqueValueClass · 0.50

Tested by

no test coverage detected