MCPcopy Index your code
hub / github.com/xpipe-io/xpipe / userHome

Method userHome

app/src/main/java/io/xpipe/app/process/ShellView.java:125–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 public FilePath userHome() throws Exception {
126 if (userHome == null) {
127 userHome = FilePath.of(OsFileSystem.of(shellControl.getOsType()).getUserHomeDirectory(shellControl));
128 }
129
130 return userHome;
131 }
132
133 public void moveFile(FilePath source, FilePath dest) throws Exception {
134 getDialect()

Callers 15

resolveDirectoryPathMethod · 0.80
preparePrivateKeyMethod · 0.80
prepareCertificateKeyMethod · 0.80
prepareLocalGpgAgentMethod · 0.80
createOptionsMethod · 0.80
prepareParentMethod · 0.80
configOptionsMethod · 0.80
getConfigFileMethod · 0.80

Calls 4

ofMethod · 0.95
ofMethod · 0.95
getUserHomeDirectoryMethod · 0.65
getOsTypeMethod · 0.65

Tested by

no test coverage detected