MCPcopy Index your code
hub / github.com/EASY233/BpScan / getStringList

Method getStringList

BPScan/src/main/java/burp/common/YamlReader.java:91–93  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

89 }
90
91 public List<String> getStringList(String key) {
92 return (List<String>) this.getValueByKey(key);
93 }
94
95 public LinkedHashMap<String, Boolean> getLinkedHashMap(String key) {
96 return (LinkedHashMap<String, Boolean>) this.getValueByKey(key);

Callers 5

isBlackSuffixMethod · 0.80
isBlackdomainMethod · 0.80
isBlackheaderMethod · 0.80
Log4jScanClass · 0.80
FastJsonScanClass · 0.80

Calls 1

getValueByKeyMethod · 0.95

Tested by

no test coverage detected