Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/sirona
/ toString
Method
toString
api/src/main/java/org/apache/sirona/Role.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
95
96
public
String toString() {
97
return
"Role{"
+
"name='"
+ name +
'\'
' + ", unit=" + unit + '
}';
98
}
99
}
Callers
2
run
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36