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

Method toString

src/main/java/org/dynjs/ir/operands/Variable.java:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 @Override
27 public String toString() {
28 return getName();
29 }
30}

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected