Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EASY233/BpScan
/ getBoolean
Method
getBoolean
BPScan/src/main/java/burp/common/YamlReader.java:79–81 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
77
}
78
79
public
Boolean getBoolean(String key) {
80
return
(boolean) this.getValueByKey(key);
81
}
82
83
public
Integer getInteger(String key) {
84
return
(Integer) this.getValueByKey(key);
Callers
1
doPassiveScan
Method · 0.80
Calls
1
getValueByKey
Method · 0.95
Tested by
no test coverage detected