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

Method DebugString

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

DurationDebugStringFunction · 0.85
NativeValueFunction · 0.70

Tested by

no test coverage detected