MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / unsafeFromInt

Method unsafeFromInt

app/src/main/java/im/tox/core/network/Port.java:10–12  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

8 }
9
10 public static Port unsafeFromInt(int value) {
11 return new Port(value);
12 }
13
14 public int toInt() {
15 return value;

Callers 3

getUdpPortMethod · 0.95
getTcpPortMethod · 0.95
getPortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected