MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / set_log_level_ml_module

Function set_log_level_ml_module

src/ml/ml_module.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171int set_log_level_ml_module (int log_level)
172{
173 std::lock_guard<std::mutex> lock (models_mutex);
174 return BaseClassifier::set_log_level (log_level);
175}
176
177int set_log_file_ml_module (const char *log_file)
178{

Callers 2

set_log_levelMethod · 0.85
set_log_levelFunction · 0.85

Calls 1

set_log_levelFunction · 0.50

Tested by

no test coverage detected