Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ isEndOfStream
Method
isEndOfStream
java/org/apache/coyote/http2/Flags.java:26–28 ·
view source on GitHub ↗
(int flags)
Source
from the content-addressed store, hash-verified
24
25
26
static
boolean isEndOfStream(
int
flags) {
27
return
(flags & 0x01) != 0;
28
}
29
30
31
static
boolean isAck(
int
flags) {
Callers
2
readDataFrame
Method · 0.95
readHeadersFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected