MCPcopy Create free account
hub / github.com/apache/solr / currentUser

Method currentUser

solr/core/src/java/org/apache/solr/cli/AssertTool.java:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 }
387
388 public static String currentUser() {
389 return System.getProperty("user.name");
390 }
391
392 public static String userForDir(Path pathToDir) {
393 try {

Callers 3

sameUserMethod · 0.95
assertRootUserMethod · 0.95
assertNotRootUserMethod · 0.95

Calls 1

getPropertyMethod · 0.45

Tested by

no test coverage detected