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

Function AppendToString

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

Source from the content-addressed store, hash-verified

214 }
215
216 void AppendToString(std::string* absl_nonnull out) const {
217 value_.AppendToString(out);
218 }
219
220 absl::Cord ToCord() const { return value_.ToCord(); }
221

Callers 1

JoinMethod · 0.70

Calls 1

AppendToStringMethod · 0.45

Tested by

no test coverage detected