Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ flags
Method
flags
include/thundersvm/util/log.h:2655–2657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2653
}
2654
2655
inline base::type::EnumType flags(void) const {
2656
return m_flags;
2657
}
2658
2659
inline void setFlags(base::type::EnumType flags) {
2660
m_flags = flags;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected