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

Method setPreRollOutCallback

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

Source from the content-addressed store, hash-verified

2661 }
2662
2663 inline void setPreRollOutCallback(const PreRollOutCallback& callback) {
2664 m_preRollOutCallback = callback;
2665 }
2666
2667 inline void unsetPreRollOutCallback(void) {
2668 m_preRollOutCallback = base::defaultPreRollOutCallback;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected