MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getDirectory

Method getDirectory

src/main/java/field/utility/Options.java:145–148  ·  view source on GitHub ↗
(String key, Supplier<String> def)

Source from the content-addressed store, hash-verified

143 }
144
145 public static String getDirectory(String key, Supplier<String> def) {
146 String v = getString(key, def);
147 return v.endsWith("/") ? v : (v + "/");
148 }
149
150 public Object get(String name)
151 {

Callers 3

mainMethod · 0.95
CopyClass · 0.95
AutoPersistClass · 0.95

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected