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

Method getString

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

Source from the content-addressed store, hash-verified

66 }
67
68 public String getString(String key) {
69 return String.valueOf(this.getValueByKey(key));
70 }
71
72 public String getString(String key, String defaultValue) {
73 if (null == this.getValueByKey(key)) {

Callers 4

ceyeResultMethod · 0.80
Log4jScanClass · 0.80
ParamAddPocPostMethod · 0.80
FastJsonScanClass · 0.80

Calls 1

getValueByKeyMethod · 0.95

Tested by

no test coverage detected