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

Method size

src/main/java/pascal/taie/util/collection/IndexableSet.java:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 @Override
76 public int size() {
77 return bitSet.cardinality();
78 }
79}

Callers

nothing calls this directly

Calls 1

cardinalityMethod · 0.65

Tested by

no test coverage detected