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

Method MapFact

src/main/java/pascal/taie/analysis/dataflow/fact/MapFact.java:51–53  ·  view source on GitHub ↗

Constructs a new MapFact with the same mappings as specified Map. @param map the map whose mappings are to be placed in this map.

(Map<K, V> map)

Source from the content-addressed store, hash-verified

49 * @param map the map whose mappings are to be placed in this map.
50 */
51 public MapFact(Map<K, V> map) {
52 this.map = Maps.newHybridMap(map);
53 }
54
55 /**
56 * @return the value to which the specified key is mapped,

Callers

nothing calls this directly

Calls 1

newHybridMapMethod · 0.95

Tested by

no test coverage detected