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

Method logBuilder

include/thundersvm/util/log.h:2313–2315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2311 }
2312
2313 inline LogBuilder* logBuilder(void) const {
2314 return m_logBuilder.get();
2315 }
2316
2317 inline void setLogBuilder(const LogBuilderPtr& logBuilder) {
2318 m_logBuilder = logBuilder;

Callers 2

handleMethod · 0.80
dispatchMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected