()
| 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() { |
no outgoing calls
no test coverage detected