Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sameUser
Method · 0.95
assertRootUser
Method · 0.95
assertNotRootUser
Method · 0.95
Calls
1
getProperty
Method · 0.45
Tested by
no test coverage detected