Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ hasPadding
Method
hasPadding
java/org/apache/coyote/http2/Flags.java:41–43 ·
view source on GitHub ↗
(int flags)
Source
from the content-addressed store, hash-verified
39
40
41
static
boolean hasPadding(
int
flags) {
42
return
(flags & 0x08) != 0;
43
}
44
45
46
static
boolean hasPriority(
int
flags) {
Callers
2
readDataFrame
Method · 0.95
readHeadersFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected