MCPcopy Create free account
hub / github.com/xpipe-io/xpipe / join

Method join

core/src/main/java/io/xpipe/core/FilePath.java:149–152  ·  view source on GitHub ↗
(String... parts)

Source from the content-addressed store, hash-verified

147 }
148
149 public FilePath join(String... parts) {
150 var joined = String.join("/", parts);
151 return FilePath.of(value + "/" + joined).normalize();
152 }
153
154 public boolean isAbsolute() {
155 if (!value.contains("/") && !value.contains("\\")) {

Callers 9

prepareLocalGpgAgentMethod · 0.95
ofMethod · 0.45
toUnixMethod · 0.45
toWindowsMethod · 0.45
initScriptsDirectoryMethod · 0.45
getSystemConfigPathMethod · 0.45
getAuthorizedKeysFileMethod · 0.45
executeImplMethod · 0.45

Calls 2

ofMethod · 0.95
normalizeMethod · 0.80

Tested by

no test coverage detected