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

Function ToString

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

Source from the content-addressed store, hash-verified

315 }
316
317 std::string ToString() const { return value_.ToString(); }
318
319 void CopyToString(std::string* absl_nonnull out) const {
320 value_.CopyToString(out);

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected