Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SNAS/openbmp
/ enableDebug
Method
enableDebug
Server/src/bmp/BMPReader.cpp:441–443 ·
view source on GitHub ↗
* Enable/Disable debug */
Source
from the content-addressed store, hash-verified
439
* Enable/Disable debug
440
*/
441
void BMPReader::enableDebug() {
442
debug = true;
443
}
444
445
void BMPReader::disableDebug() {
446
debug = false;
Callers
1
ReadIncomingMsg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected