Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ clearModules
Method
clearModules
include/thundersvm/util/log.h:2476–2479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2474
}
2475
2476
inline void clearModules(void) {
2477
base::threading::ScopedLock scopedLock(lock());
2478
m_modules.clear();
2479
}
2480
2481
void setModules(const char* modules);
2482
Callers
1
clearVModules
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected