MCPcopy Create free account
hub / github.com/LFYSec/MScan / or

Method or

src/main/java/pascal/taie/util/collection/IBitSet.java:230–230  ·  view source on GitHub ↗

Performs a logical OR of this bit set with the bit set argument. This bit set is modified so that a bit in it has the value true if and only if it either already had the value true or the corresponding bit in the bit set argument has the value true. @param set a bit s

(IBitSet set)

Source from the content-addressed store, hash-verified

228 * @return {@code true} if this bit set changed as a result of the call
229 */
230 boolean or(IBitSet set);
231
232 /**
233 * Performs a logical <b>OR</b> of this bit set with the bit set argument,

Callers 7

testAndNotMethod · 0.95
testOrMethod · 0.95
testRandomOrMethod · 0.95
testClearOrMethod · 0.95
orMethod · 0.65
addAllMethod · 0.65
orMethod · 0.65

Implementers 1

AbstractBitSetsrc/main/java/pascal/taie/util/collect

Calls

no outgoing calls

Tested by 4

testAndNotMethod · 0.76
testOrMethod · 0.76
testRandomOrMethod · 0.76
testClearOrMethod · 0.76