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

Method hasFlag

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

Source from the content-addressed store, hash-verified

1662 }
1663
1664 inline bool hasFlag(base::FormatFlags flag) const {
1665 return base::utils::hasFlag(flag, m_flags);
1666 }
1667
1668 virtual void log(el::base::type::ostream_t& os) const {
1669 os << m_format;

Callers

nothing calls this directly

Calls 1

hasFlagFunction · 0.85

Tested by

no test coverage detected