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

Method installLogDispatchCallback

include/thundersvm/util/log.h:2688–2690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2686
2687 template <typename T>
2688 inline bool installLogDispatchCallback(const std::string& id) {
2689 return base::utils::Utils::installCallback<T, base::type::LogDispatchCallbackPtr>(id, &m_logDispatchCallbacks);
2690 }
2691
2692 template <typename T>
2693 inline void uninstallLogDispatchCallback(const std::string& id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected