MCPcopy Create free account
hub / github.com/apache/cloudstack / attachment

Method attachment

utils/src/main/java/com/cloud/utils/nio/Link.java:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public Object attachment() {
91 return _attach;
92 }
93
94 public void attach(Object attach) {
95 _attach = attach;

Callers 10

sendMethod · 0.95
doTaskMethod · 0.95
doTaskMethod · 0.95
callMethod · 0.80
terminateMethod · 0.80
readMethod · 0.80
processTodosMethod · 0.80
writeMethod · 0.80
processRequestMethod · 0.80
processResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected