Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getRoot
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected