Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
std::string DebugStringDuration(absl::Duration duration) {
102
return absl::FormatDuration(duration);
103
}
104
105
absl::Status ValidateTimestamp(absl::Time timestamp) {
106
if (timestamp < MinTimestamp()) {
Callers
1
DurationDebugString
Function · 0.85
Calls
1
FormatDuration
Function · 0.70
Tested by
no test coverage detected