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

Function DurationDebugString

common/values/duration_value.cc:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37using ::cel::well_known_types::ValueReflection;
38
39std::string DurationDebugString(absl::Duration value) {
40 return internal::DebugStringDuration(value);
41}
42
43} // namespace
44

Callers 1

DebugStringMethod · 0.85

Calls 1

DebugStringDurationFunction · 0.85

Tested by

no test coverage detected