MCPcopy 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

37using ::cel::well_known_types::ValueReflection;
38
39std::string TimestampDebugString(absl::Time value) {
40 return internal::DebugStringTimestamp(value);
41}
42
43} // namespace
44

Callers 1

DebugStringMethod · 0.85

Calls 1

DebugStringTimestampFunction · 0.85

Tested by

no test coverage detected