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

Method setTo

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

Sets the content of this bit set to the same as specified bit set. @param set a bit set

(IBitSet set)

Source from the content-addressed store, hash-verified

263 * @param set a bit set
264 */
265 void setTo(IBitSet set);
266
267 /**
268 * Sets all of the bits in this BitSet to {@code false}.

Callers 4

testSetToMethod · 0.95
setMethod · 0.65
setToMethod · 0.65
setToMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testSetToMethod · 0.76