Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TimestampDebugString
Function
TimestampDebugString
common/values/timestamp_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 TimestampDebugString(absl::Time value) {
40
return internal::DebugStringTimestamp(value);
41
}
42
43
} // namespace
44
Callers
1
DebugString
Method · 0.85
Calls
1
DebugStringTimestamp
Function · 0.85
Tested by
no test coverage detected