MCPcopy Create free account
hub / github.com/SNAS/openbmp / enableDebug

Method enableDebug

Server/src/bmp/parseBMP.cpp:1038–1040  ·  view source on GitHub ↗

* Enable/Disable debug */

Source from the content-addressed store, hash-verified

1036 * Enable/Disable debug
1037 */
1038void parseBMP::enableDebug() {
1039 debug = true;
1040}
1041void parseBMP::disableDebug() {
1042 debug = false;
1043}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected