MCPcopy Index your code
hub / github.com/google/brotli / hasOutput

Method hasOutput

java/org/brotli/wrapper/dec/DecoderJNI.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public boolean hasOutput() {
99 return context[2] != 0;
100 }
101
102 public ByteBuffer pull() {
103 if (context[0] == 0) {

Callers 2

pullMethod · 0.95
decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected