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

Function DebugStringDuration

internal/time.cc:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101std::string DebugStringDuration(absl::Duration duration) {
102 return absl::FormatDuration(duration);
103}
104
105absl::Status ValidateTimestamp(absl::Time timestamp) {
106 if (timestamp < MinTimestamp()) {

Callers 1

DurationDebugStringFunction · 0.85

Calls 1

FormatDurationFunction · 0.70

Tested by

no test coverage detected