Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ebarlas/microhttp
/ add
Method
add
src/main/java/org/microhttp/ByteMerger.java:13–15 ·
view source on GitHub ↗
(byte[] array)
Source
from the content-addressed store, hash-verified
11
private
final
List<byte[]> arrays =
new
ArrayList<>();
12
13
void
add(byte[] array) {
14
arrays.add(array);
15
}
16
17
byte[] merge() {
18
int
size = sumOfLengths();
Callers
15
addAndMerge
Method · 0.95
serialize
Method · 0.95
concurrentRequests
Method · 0.45
argsProvider
Method · 0.45
stoppingShouldReleasePortAfterHandledResponse
Method · 0.45
log
Method · 0.45
addAndAssert
Method · 0.45
parseHeader
Method · 0.45
parseChunkData
Method · 0.45
appendHeaders
Method · 0.45
schedule
Method · 0.45
expired
Method · 0.45
Calls
no outgoing calls
Tested by
6
addAndMerge
Method · 0.76
concurrentRequests
Method · 0.36
argsProvider
Method · 0.36
stoppingShouldReleasePortAfterHandledResponse
Method · 0.36
log
Method · 0.36
addAndAssert
Method · 0.36