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

Method getInteger

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

Source from the content-addressed store, hash-verified

81 }
82
83 public Integer getInteger(String key) {
84 return (Integer) this.getValueByKey(key);
85 }
86
87 public double getDouble(String key) {
88 return (double) this.getValueByKey(key);

Callers

nothing calls this directly

Calls 1

getValueByKeyMethod · 0.95

Tested by

no test coverage detected