MCPcopy Create free account
hub / github.com/Netflix/maestro / set

Method set

netflix-sel/src/main/java/com/netflix/sel/type/SelArray.java:93–95  ·  view source on GitHub ↗
(int idx, SelType obj)

Source from the content-addressed store, hash-verified

91 }
92
93 public void set(int idx, SelType obj) {
94 val[idx].assignOps(SelOp.ASSIGN, obj);
95 }
96
97 public SelType get(int idx) {
98 return val[idx];

Callers 12

visitMethod · 0.95
testSetMethod · 0.80
testInvalidSetMethod · 0.80
resetMethod · 0.80
getInstanceMethod · 0.80
testRunStrategyMethod · 0.80
setUpMethod · 0.80
gaugeMethod · 0.80
resetMethod · 0.80

Calls 1

assignOpsMethod · 0.65

Tested by 5

testSetMethod · 0.64
testInvalidSetMethod · 0.64
getInstanceMethod · 0.64
testRunStrategyMethod · 0.64
setUpMethod · 0.64