Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Niiiiko/FastjsonScan4Burp
/ getInteger
Method
getInteger
src/main/java/burp/utils/YamlReader.java:409–411 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
407
}
408
409
public
Integer getInteger(String key) {
410
return
(Integer) this.getValueByKey(key);
411
}
412
413
public
double getDouble(String key) {
414
return
(double) this.getValueByKey(key);
Callers
1
doPassiveScan
Method · 0.80
Calls
1
getValueByKey
Method · 0.95
Tested by
no test coverage detected