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

Method of

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

Creates a bit set that contains given bits.

(int... bits)

Source from the content-addressed store, hash-verified

364 * Creates a bit set that contains given bits.
365 */
366 static IBitSet of(int... bits) {
367 IBitSet result = newBitSet(false);
368 for (int i : bits) {
369 result.set(i);

Callers 15

ofMethod · 0.95
OrDiffActionClass · 0.95
IRTestClass · 0.65
classSignaturesMethod · 0.65
methodSignaturesMethod · 0.65
typeSignaturesMethod · 0.65
testPTAMethod · 0.65
getExpectedFileMethod · 0.65
composeArgsMethod · 0.65
BenchmarkInfoMethod · 0.65
testInitMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

ofMethod · 0.76
classSignaturesMethod · 0.52
methodSignaturesMethod · 0.52
typeSignaturesMethod · 0.52
testPTAMethod · 0.52
getExpectedFileMethod · 0.52
composeArgsMethod · 0.52
BenchmarkInfoMethod · 0.52
testInitMethod · 0.52
provideArgumentsMethod · 0.52
testPutAll1Method · 0.52
testPutAll2Method · 0.52