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

Method setFlags

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

Source from the content-addressed store, hash-verified

2657 }
2658
2659 inline void setFlags(base::type::EnumType flags) {
2660 m_flags = flags;
2661 }
2662
2663 inline void setPreRollOutCallback(const PreRollOutCallback& callback) {
2664 m_preRollOutCallback = callback;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected