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

Method setVModules

src/thundersvm/util/log.cpp:2974–2978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2972 }
2973
2974 void Loggers::setVModules(const char* modules) {
2975 if (ELPP->vRegistry()->vModulesEnabled()) {
2976 ELPP->vRegistry()->setModules(modules);
2977 }
2978 }
2979
2980 void Loggers::clearVModules(void) {
2981 ELPP->vRegistry()->clearModules();

Callers

nothing calls this directly

Calls 3

vModulesEnabledMethod · 0.80
vRegistryMethod · 0.80
setModulesMethod · 0.80

Tested by

no test coverage detected