Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ toString
Method
toString
app/src/processing/app/contrib/Contribution.java:359–362 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
358
359
@Override
360
public
String toString() {
361
return
getName() +
" @"
+ Integer.toHexString(super.hashCode());
362
}
363
364
365
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Callers
6
buildLayout
Method · 0.45
updateDescription
Method · 0.45
configureNameColumnLabel
Method · 0.45
getCategoryStr
Method · 0.45
getTypeName
Method · 0.45
getName
Method · 0.45
Calls
2
getName
Method · 0.95
hashCode
Method · 0.45
Tested by
no test coverage detected