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

Method keySet

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

@return a Set view of the keys contained in this fact.

()

Source from the content-addressed store, hash-verified

111 * @return a {@link Set} view of the keys contained in this fact.
112 */
113 public Set<K> keySet() {
114 return map.keySet();
115 }
116
117 /**
118 * @return all entries (key-value mappings) in this fact.

Callers

nothing calls this directly

Calls 1

keySetMethod · 0.65

Tested by

no test coverage detected