MCPcopy 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

invokeMethod · 0.45
buildResultMethod · 0.45
updateMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
queryMethod · 0.45
compareMethod · 0.45
suggestMethod · 0.45
recommendMethod · 0.45
detailMethod · 0.45
imageMethod · 0.45
getTimeMethod · 0.45

Calls 3

getAppNameMethod · 0.95
getStatusMethod · 0.95
getExceptionMethod · 0.95

Tested by

no test coverage detected