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

Method installCustomFormatSpecifier

src/thundersvm/util/log.cpp:2053–2059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2051 }
2052
2053 void Storage::installCustomFormatSpecifier(const CustomFormatSpecifier& customFormatSpecifier) {
2054 if (hasCustomFormatSpecifier(customFormatSpecifier.formatSpecifier())) {
2055 return;
2056 }
2057 base::threading::ScopedLock scopedLock(lock());
2058 m_customFormatSpecifiers.push_back(customFormatSpecifier);
2059 }
2060
2061 bool Storage::uninstallCustomFormatSpecifier(const char* formatSpecifier) {
2062 base::threading::ScopedLock scopedLock(lock());

Callers

nothing calls this directly

Calls 1

formatSpecifierMethod · 0.80

Tested by

no test coverage detected