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

Function AppendToString

common/values/string_value.h:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void AppendToString(std::string* absl_nonnull out) const {
324 value_.AppendToString(out);
325 }
326
327 absl::Cord ToCord() const { return value_.ToCord(); }
328

Callers

nothing calls this directly

Calls 1

AppendToStringMethod · 0.45

Tested by

no test coverage detected