Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newHybridMap
Method
newHybridMap
src/main/java/pascal/taie/util/collection/Maps.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
public
static
<K, V> Map<K, V> newHybridMap() {
76
return
new
HybridHashMap<>();
77
}
78
79
public
static
<K, V> Map<K, V> newHybridMap(Map<K, V> map) {
80
return
new
HybridHashMap<>(map);
Callers
15
convertAnnotation
Method · 0.95
build
Method · 0.95
MethodIRBuilder
Class · 0.95
analyze
Method · 0.95
CatchResult
Class · 0.95
addCaughtImplicit
Method · 0.95
MapFact
Method · 0.95
Java9StringConcatHandler
Class · 0.95
CSMethodThrowResult
Method · 0.95
TransferHandler
Class · 0.95
AbstractModel
Class · 0.95
AbstractIRModel
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected