MCPcopy Create free account
hub / github.com/Qihoo360/poseidon / getSection

Method getSection

builder/index/src/main/java/util/IniParser.java:559–561  ·  view source on GitHub ↗

Returns a section by name or null if not found. @param name the section's name @return the section

(String name)

Source from the content-addressed store, hash-verified

557 * @return the section
558 */
559 private Section getSection(String name) {
560 return sections.get(normSection(name));
561 }
562
563 /**
564 * Normalizes an arbitrary string for use as a section name. Currently

Callers 9

getMethod · 0.95
setMethod · 0.95
removeMethod · 0.95
hasOptionMethod · 0.95
optionNamesMethod · 0.95
addCommentMethod · 0.95
addBlankLineMethod · 0.95
saveMethod · 0.95
loadMethod · 0.95

Calls 2

normSectionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected