MCPcopy Create free account
hub / github.com/EASY233/BpScan / getDouble

Method getDouble

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

Source from the content-addressed store, hash-verified

85 }
86
87 public double getDouble(String key) {
88 return (double) this.getValueByKey(key);
89 }
90
91 public List<String> getStringList(String key) {
92 return (List<String>) this.getValueByKey(key);

Callers

nothing calls this directly

Calls 1

getValueByKeyMethod · 0.95

Tested by

no test coverage detected