Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fanping/iveely.search
/ toString
Method
toString
Iveely.Computing/src/com/iveely/computing/node/App.java:320–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
@Override
321
public
String toString() {
322
return
"app name:"
+ getAppName() +
" "
+ getStatus().toString() +
" "
+ getException();
323
}
324
325
/**
326
* Get default parameters.
Callers
15
invoke
Method · 0.45
buildResult
Method · 0.45
update
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
query
Method · 0.45
compare
Method · 0.45
suggest
Method · 0.45
recommend
Method · 0.45
detail
Method · 0.45
image
Method · 0.45
getTime
Method · 0.45
Calls
3
getAppName
Method · 0.95
getStatus
Method · 0.95
getException
Method · 0.95
Tested by
no test coverage detected