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

Function CopyToString

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

Source from the content-addressed store, hash-verified

317 std::string ToString() const { return value_.ToString(); }
318
319 void CopyToString(std::string* absl_nonnull out) const {
320 value_.CopyToString(out);
321 }
322
323 void AppendToString(std::string* absl_nonnull out) const {
324 value_.AppendToString(out);

Callers

nothing calls this directly

Calls 1

CopyToStringMethod · 0.80

Tested by

no test coverage detected