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

Function NativeString

common/values/bytes_value.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 ABSL_DEPRECATED("Use ToString()")
166 std::string NativeString() const { return value_.ToString(); }
167
168 ABSL_DEPRECATED("Use ToStringView()")
169 absl::string_view NativeString(

Callers 2

SerializeToMethod · 0.70
SerializeToMethod · 0.70

Calls 2

ToStringViewMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected