MCPcopy Index your code
hub / github.com/cSploit/android / toString

Method toString

cSploit/src/org/csploit/android/net/Target.java:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public String toString(){
89 return String.format("Port: { proto: '%s', number: %d, service: '%s', version: '%s' }",
90 protocol.toString(), number,
91 (service == null ? "(null)" : service),
92 (version == null ? "(null)" : version));
93 }
94
95 public int getNumber() {
96 return number;

Callers

nothing calls this directly

Calls 2

formatMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected