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

Function NativeString

common/values/string_value.h:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ToStringViewMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected