Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ toString
Method
toString
src/main/java/org/dynjs/runtime/Reference.java:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
String toString() {
116
return
"[Reference: name="
+ this.referencedName +
"; base="
+ this.base +
" ("
+ this.base.getClass().getName() +
")]"
;
117
}
118
119
}
Callers
nothing calls this directly
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected