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

Method DebugString

common/values/timestamp_value.cc:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43} // namespace
44
45std::string TimestampValue::DebugString() const {
46 return TimestampDebugString(NativeValue());
47}
48
49absl::Status TimestampValue::SerializeTo(
50 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,

Callers

nothing calls this directly

Calls 2

TimestampDebugStringFunction · 0.85
NativeValueFunction · 0.70

Tested by

no test coverage detected