Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DefaultSolver
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected