MCPcopy Create free account
hub / github.com/dynjs/dynjs / toString

Method toString

src/main/java/org/dynjs/runtime/linker/CachedLink.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public String toString() {
62 return "[CachedLink: delegate=" + this.delegate.toString() + "]";
63 }
64}

Callers 8

traceMethod · 0.45
formatMethod · 0.45
errorMethod · 0.45
putsMethod · 0.45
printMethod · 0.45
logMethod · 0.45
objectToStringMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected