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

Method min

java/org/brotli/dec/Utils.java:146–148  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

144 }
145
146 static int min(int a, int b) {
147 return Math.min(a, b);
148 }
149
150 static int makeError(State s, int code) {
151 if (code >= BROTLI_OK) {

Callers 15

copyRawBytesMethod · 0.95
copyUncompressedDataMethod · 0.95
writeRingBufferMethod · 0.95
calculateFenceMethod · 0.95
decompressMethod · 0.95
bytesToStringFunction · 0.80
unpackCommandLookupTableFunction · 0.80
copyUncompressedDataFunction · 0.80
writeRingBufferFunction · 0.80

Calls

no outgoing calls

Tested by 2

runMethod · 0.64
runMethod · 0.64