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

Method entries

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

@return all entries (key-value mappings) in this fact.

()

Source from the content-addressed store, hash-verified

118 * @return all entries (key-value mappings) in this fact.
119 */
120 public Stream<Map.Entry<K, V>> entries() {
121 return map.entrySet().stream();
122 }
123
124 /**
125 * Performs the given action for each entry(key-value mapping) in this fact

Callers 6

forEachMethod · 0.95
toStringMethod · 0.95
findAllPomXmlMethod · 0.80
extractJarMethod · 0.80
transferEdgeMethod · 0.80
visitMethod · 0.80

Calls 2

streamMethod · 0.80
entrySetMethod · 0.65

Tested by

no test coverage detected