MCPcopy Create free account
hub / github.com/diyhi/bbs / rootPath

Method rootPath

src/main/java/cms/utils/PathUtil.java:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26 public static String rootPath(){
27 if("".equals(rootPath)){
28 readPath();
29 }
30 return rootPath;
31 }
32 public static String defaultExternalDirectory(){
33 if("".equals(defaultExternalDirectory)){
34 readPath();

Callers 15

createPointLogBeanMethod · 0.95
createRemindBeanMethod · 0.95
createFavoritesBeanMethod · 0.95
createTopicUnhideBeanMethod · 0.95
createUserDynamicBeanMethod · 0.95
createLikeBeanMethod · 0.95
createTopicLikeBeanMethod · 0.95

Calls 2

readPathMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected