MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / min

Method min

src/main/java/org/htmlunit/util/brotli/Utils.java:147–149  ·  view source on GitHub ↗
(int a, int b)

Source from the content-addressed store, hash-verified

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

Callers 15

copyRawBytesMethod · 0.95
copyUncompressedDataMethod · 0.95
writeRingBufferMethod · 0.95
calculateFenceMethod · 0.95
decompressMethod · 0.95
deleteOverflowMethod · 0.45
parseMaxAgeMethod · 0.45
getTopMethod · 0.45
getLeftMethod · 0.45
getBoundingClientRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected