Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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
bytesToString
Function · 0.80
unpackCommandLookupTable
Function · 0.80
readMetablockHuffmanCodesAndContextMaps
Function · 0.80
copyUncompressedData
Function · 0.80
writeRingBuffer
Function · 0.80
Calls
no outgoing calls
Tested by
2
run
Method · 0.64
run
Method · 0.64