Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getSet
Method
getSet
src/main/java/core/packetproxy/model/DiffBase.java:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
public
DiffSet getSet() {
80
return
set;
81
}
82
83
protected
static
int
sumOfCharactersPerLine(List<String> list) {
84
return
list.stream().mapToInt(s -> s.length() + 1).sum();
Callers
3
update
Method · 0.80
update
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected