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

Method isRoot

core/src/main/java/io/xpipe/core/FilePath.java:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 public boolean isRoot() {
238 return getRoot().equals(this);
239 }
240
241 public Path asLocalPath() {
242 return Path.of(value);

Callers

nothing calls this directly

Calls 2

getRootMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected