MCPcopy 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
194std::string DebugStringTimestamp(absl::Time timestamp) {
195 return RawFormatTimestamp(timestamp);
196}
197
198} // namespace cel::internal

Callers 1

TimestampDebugStringFunction · 0.85

Calls 1

RawFormatTimestampFunction · 0.85

Tested by

no test coverage detected