MCPcopy Index your code
hub / github.com/apache/tomcat / setOneBytes

Method setOneBytes

test/org/apache/coyote/http2/Http2TestBase.java:1073–1075  ·  view source on GitHub ↗
(byte[] output, int firstByte, int value)

Source from the content-addressed store, hash-verified

1071
1072
1073 static void setOneBytes(byte[] output, int firstByte, int value) {
1074 output[firstByte] = (byte) (value & 0xFF);
1075 }
1076
1077
1078 private static class TestInput implements Http2Parser.Input {

Callers 3

sendPingMethod · 0.95
sendPriorityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected