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

Method resolveTildeHome

core/src/main/java/io/xpipe/core/FilePath.java:206–208  ·  view source on GitHub ↗
(FilePath dir)

Source from the content-addressed store, hash-verified

204 }
205
206 public FilePath resolveTildeHome(FilePath dir) {
207 return value.startsWith("~") ? FilePath.of(value.replace("~", dir.toString())) : this;
208 }
209
210 public List<String> split() {
211 if (split != null) {

Callers 12

resolveDirectoryPathMethod · 0.80
preparePrivateKeyMethod · 0.80
prepareCertificateKeyMethod · 0.80
resolveFilePathMethod · 0.80
createOptionsMethod · 0.80
prepareParentMethod · 0.80
configOptionsMethod · 0.80
getFilePathMethod · 0.80

Calls 4

ofMethod · 0.95
startsWithMethod · 0.80
replaceMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected