Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/brotli
/ hasMoreOutput
Method
hasMoreOutput
java/org/brotli/wrapper/enc/EncoderJNI.java:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
boolean hasMoreOutput() {
131
return
context[2] != 0;
132
}
133
134
boolean hasRemainingInput() {
135
return
context[3] != 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