MCPcopy
hub / github.com/google/brotli / isDebugMode

Method isDebugMode

java/org/brotli/dec/Utils.java:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 static int isDebugMode() {
128 boolean assertsEnabled = Boolean.parseBoolean(System.getProperty("BROTLI_ENABLE_ASSERTS"));
129 return assertsEnabled ? 1 : 0;
130 }
131
132 // See BitReader.LOG_BITNESS
133 static int getLogBintness() {

Callers 3

DictionaryClass · 0.95
DictionaryDataClass · 0.95
BitReaderClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected