Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ DebugStringTimestamp
Function
DebugStringTimestamp
internal/time.cc:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
std::string DebugStringTimestamp(absl::Time timestamp) {
195
return RawFormatTimestamp(timestamp);
196
}
197
198
} // namespace cel::internal
Callers
1
TimestampDebugString
Function · 0.85
Calls
1
RawFormatTimestamp
Function · 0.85
Tested by
no test coverage detected