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

Method installLogDispatchCallback

include/thundersvm/util/log.h:3739–3741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3737 /// @brief Installs post log dispatch callback, this callback is triggered when log is dispatched
3738 template <typename T>
3739 static inline bool installLogDispatchCallback(const std::string& id) {
3740 return ELPP->installLogDispatchCallback<T>(id);
3741 }
3742 /// @brief Uninstalls log dispatch callback
3743 template <typename T>
3744 static inline void uninstallLogDispatchCallback(const std::string& id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected