MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / toString

Method toString

src/main/java/core/org/xbill/DNS/Cache.java:70–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public String
71 toString() {
72 StringBuffer sb = new StringBuffer();
73 sb.append(super.toString());
74 sb.append(" cl = ");
75 sb.append(credibility);
76 return sb.toString();
77 }
78}
79
80private static class NegativeElement implements Element {

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected