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

Method isSuccess

java/org/brotli/wrapper/enc/EncoderJNI.java:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 boolean isSuccess() {
127 return context[1] != 0;
128 }
129
130 boolean hasMoreOutput() {
131 return context[2] != 0;

Callers 4

compressMethod · 0.95
pushMethod · 0.95
pullMethod · 0.95
encodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected