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

Method getInt

src/main/java/pascal/taie/config/AnalysisOptions.java:113–115  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

111 }
112
113 public int getInt(String key) {
114 return (Integer) get(key);
115 }
116
117 public float getFloat(String key) {
118 return (Float) get(key);

Callers 1

DefaultSolverMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected