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

Method setFromBase

src/thundersvm/util/log.cpp:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void Configurations::setFromBase(Configurations* base) {
230 if (base == nullptr || base == this) {
231 return;
232 }
233 base::threading::ScopedLock scopedLock(base->lock());
234 for (Configuration*& conf : base->list()) {
235 set(conf);
236 }
237 }
238
239 bool Configurations::hasConfiguration(ConfigurationType configurationType) {
240 base::type::EnumType lIndex = LevelHelper::kMinValid;

Callers 4

parseFromFileMethod · 0.80
parseFromTextMethod · 0.80
configureMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected