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

Method size

src/main/java/pascal/taie/util/collection/SetQueue.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public int size() {
47 return set.size();
48 }
49
50 @Override
51 public boolean add(E e) {

Callers 2

testMethod · 0.95
testSerializableMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by 2

testMethod · 0.76
testSerializableMethod · 0.76