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

Function CopyToString

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

Source from the content-addressed store, hash-verified

210 std::string ToString() const { return value_.ToString(); }
211
212 void CopyToString(std::string* absl_nonnull out) const {
213 value_.CopyToString(out);
214 }
215
216 void AppendToString(std::string* absl_nonnull out) const {
217 value_.AppendToString(out);

Callers

nothing calls this directly

Calls 1

CopyToStringMethod · 0.80

Tested by

no test coverage detected