Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xpipe-io/xpipe
/ toString
Method
toString
core/src/main/java/io/xpipe/core/FilePath.java:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
String toString() {
61
return
value;
62
}
63
64
public
FilePath getRoot() {
65
if
(value.startsWith(
"/"
)) {
Callers
15
cdSyncOrRetry
Method · 0.95
of
Method · 0.45
startsWith
Method · 0.45
relativize
Method · 0.45
resolveTildeHome
Method · 0.45
serialize
Method · 0.45
serialize
Method · 0.45
escape
Method · 0.45
generateFromObject
Method · 0.45
read
Method · 0.45
reader
Method · 0.45
assembleScript
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected