MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / setPrintSource

Method setPrintSource

LogManager.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void LogManager::setPrintSource(bool v)
331{
332 LOG_DEBUG("Source code location printouts were %s", v ? "enabled" : "disabled");
333 print_source = v;
334}
335
336void LogManager::RegisterDialogShowCallback(LogDialogShowCallback callback, void* receiver)
337{

Callers 1

cli_pre_detectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected