MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / defaultPreRollOutCallback

Function defaultPreRollOutCallback

include/thundersvm/util/log.h:865–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected