Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanco/SequencePlugin
/ toString
Method
toString
src/main/java/vanstudio/sequence/diagram/Call.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
String toString() {
21
return
"Calling "
+ getName() +
" on "
+ _to +
" from "
+ _from;
22
}
23
}
Callers
10
properties
Function · 0.45
getName
Method · 0.45
exportImage
Method · 0.45
getAttributesStr
Method · 0.45
readFromFile
Method · 0.45
createMethod
Method · 0.45
formatMethod
Method · 0.45
format
Method · 0.45
format
Method · 0.45
format
Method · 0.45
Calls
1
getName
Method · 0.95
Tested by
no test coverage detected