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

Method copy

src/main/java/pascal/taie/util/collection/SparseBitSet.java:943–948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941 }
942
943 @Override
944 public SparseBitSet copy() {
945 SparseBitSet copy = new SparseBitSet();
946 copy.or(this);
947 return copy;
948 }
949
950 // ------------------------------------------------------------------------
951 // utility methods and classes

Callers

nothing calls this directly

Calls 1

orMethod · 0.95

Tested by

no test coverage detected