| 863 | typedef std::function<void(const char*, std::size_t)> PreRollOutCallback; |
| 864 | namespace base { |
| 865 | static inline void defaultPreRollOutCallback(const char*, std::size_t) {} |
| 866 | /// @brief Enum to represent timestamp unit |
| 867 | enum class TimestampUnit : base::type::EnumType { |
| 868 | Microsecond = 0, Millisecond = 1, Second = 2, Minute = 3, Hour = 4, Day = 5 |
nothing calls this directly
no outgoing calls
no test coverage detected