Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyRawBytes
Method · 0.95
unpackCommandLookupTable
Method · 0.95
readMetablockHuffmanCodesAndContextMaps
Method · 0.95
copyUncompressedData
Method · 0.95
writeRingBuffer
Method · 0.95
calculateFence
Method · 0.95
decompress
Method · 0.95
deleteOverflow
Method · 0.45
parseMaxAge
Method · 0.45
getTop
Method · 0.45
getLeft
Method · 0.45
getBoundingClientRect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected