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

Function ToStringView

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

Source from the content-addressed store, hash-verified

335 }
336
337 absl::string_view ToStringView(
338 std::string* absl_nonnull scratch
339 ABSL_ATTRIBUTE_LIFETIME_BOUND) const ABSL_ATTRIBUTE_LIFETIME_BOUND {
340 return value_.ToStringView(scratch);
341 }
342
343 template <typename H>
344 friend H AbslHashValue(H state, const StringValue& string) {

Callers

nothing calls this directly

Calls 1

ToStringViewMethod · 0.80

Tested by

no test coverage detected