MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toString

Method toString

classpath/java/net/URL.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public String toString() {
38 return handler.toExternalForm(this);
39 }
40
41 public String getProtocol() {
42 return protocol;

Callers

nothing calls this directly

Calls 1

toExternalFormMethod · 0.80

Tested by

no test coverage detected