Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
using ::cel::well_known_types::ValueReflection;
38
39
std::string DurationDebugString(absl::Duration value) {
40
return internal::DebugStringDuration(value);
41
}
42
43
} // namespace
44
Callers
1
DebugString
Method · 0.85
Calls
1
DebugStringDuration
Function · 0.85
Tested by
no test coverage detected