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

Function AppendToCord

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

Source from the content-addressed store, hash-verified

331 }
332
333 void AppendToCord(absl::Cord* absl_nonnull out) const {
334 value_.AppendToCord(out);
335 }
336
337 absl::string_view ToStringView(
338 std::string* absl_nonnull scratch

Callers

nothing calls this directly

Calls 1

AppendToCordMethod · 0.80

Tested by

no test coverage detected