MCPcopy 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 */
441void BMPReader::enableDebug() {
442 debug = true;
443}
444
445void BMPReader::disableDebug() {
446 debug = false;

Callers 1

ReadIncomingMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected