Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newHybridSet
Method
newHybridSet
src/main/java/pascal/taie/util/collection/Sets.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
static
<E> Set<E> newHybridSet() {
70
return
new
HybridHashSet<>();
71
}
72
73
public
static
<E> Set<E> newHybridSet(Collection<E> c) {
74
return
new
HybridHashSet<>(c);
Callers
15
build
Method · 0.95
MethodIRBuilder
Class · 0.95
analyze
Method · 0.95
computeDirectMods
Method · 0.95
computeSCCDirectMods
Method · 0.95
analyze
Method · 0.95
findNullDeref
Method · 0.95
findRedundantComparison
Method · 0.95
SetFact
Method · 0.95
build
Method · 0.95
ExceptionalEdge
Method · 0.95
ThreadHandler
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected