MCPcopy Create free account
hub / github.com/ddf-project/DDF / getValue

Method getValue

core/src/main/java/io/ddf/util/ConfigHandler.java:233–237  ·  view source on GitHub ↗
(String sectionName, String key)

Source from the content-addressed store, hash-verified

231 }
232
233 @Override
234 public String getValue(String sectionName, String key) {
235 Section section = this.getConfig().getSection(sectionName);
236 return section == null ? null : section.get(key);
237 }
238
239 @Override
240 public Map<String, Section> getSections() {

Callers

nothing calls this directly

Calls 3

getConfigMethod · 0.95
getMethod · 0.95
getSectionMethod · 0.65

Tested by

no test coverage detected