Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpipe-io/xpipe
/ toLocalPath
Method
toLocalPath
core/src/main/java/io/xpipe/core/FilePath.java:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
public
Path toLocalPath() {
81
return
Path.of(value);
82
}
83
84
public
FilePath toDirectory() {
85
if
(value.endsWith(
"/"
) || value.endsWith(
"\\"
)) {
Callers
nothing calls this directly
Calls
1
of
Method · 0.65
Tested by
no test coverage detected