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

Method set

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

Sets the bit at the specified index to true. @param bitIndex a bit index @return true if this BitSet changed as a result of the call @throws IndexOutOfBoundsException if the specified index is negative

(int bitIndex)

Source from the content-addressed store, hash-verified

52 * @throws IndexOutOfBoundsException if the specified index is negative
53 */
54 boolean set(int bitIndex);
55
56 /**
57 * Sets the bit at the specified index to the specified value.

Callers 15

testMethod · 0.95
testRandomOrMethod · 0.95
testCopyMethod · 0.95
randomMultiEntryMethod · 0.95
testSerializableMethod · 0.95
build.gradle.ktsFile · 0.65
setMethod · 0.65
sameBitMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testMethod · 0.76
testRandomOrMethod · 0.76
testCopyMethod · 0.76
randomMultiEntryMethod · 0.76
testSerializableMethod · 0.76
setMethod · 0.52
sameBitMethod · 0.52
level1MissMethod · 0.52
level1MissPlus1Method · 0.52
level1MissMinus1Method · 0.52
level2MissMethod · 0.52