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

Method hasCustomFormatSpecifier

src/thundersvm/util/log.cpp:2047–2051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2045 }
2046
2047 bool Storage::hasCustomFormatSpecifier(const char* formatSpecifier) {
2048 base::threading::ScopedLock scopedLock(lock());
2049 return std::find(m_customFormatSpecifiers.begin(), m_customFormatSpecifiers.end(),
2050 formatSpecifier) != m_customFormatSpecifiers.end();
2051 }
2052
2053 void Storage::installCustomFormatSpecifier(const CustomFormatSpecifier& customFormatSpecifier) {
2054 if (hasCustomFormatSpecifier(customFormatSpecifier.formatSpecifier())) {

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected