Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
compress
Method · 0.95
push
Method · 0.95
pull
Method · 0.95
encode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected