MCPcopy Create free account
hub / github.com/apache/tomcat / hasPriority

Method hasPriority

java/org/apache/coyote/http2/Flags.java:46–48  ·  view source on GitHub ↗
(int flags)

Source from the content-addressed store, hash-verified

44
45
46 static boolean hasPriority(int flags) {
47 return (flags & 0x20) != 0;
48 }
49}

Callers 1

readHeadersFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected