Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xpipe-io/xpipe
/ startsWith
Method
startsWith
core/src/main/java/io/xpipe/core/FilePath.java:179–181 ·
view source on GitHub ↗
(String start)
Source
from the content-addressed store, hash-verified
177
}
178
179
public
boolean startsWith(String start) {
180
return
startsWith(FilePath.of(start));
181
}
182
183
public
boolean startsWith(FilePath start) {
184
return
normalize()
Callers
15
getRoot
Method · 0.80
isAbsolute
Method · 0.80
getParent
Method · 0.80
resolveTildeHome
Method · 0.80
toUnix
Method · 0.80
escape
Method · 0.80
setupShortcuts
Method · 0.80
setupRename
Method · 0.80
updateItem
Method · 0.80
handleSingleAcrossFileSystems
Method · 0.80
createBreadcrumbHierarchy
Method · 0.80
acceptsDrop
Method · 0.80
Calls
4
of
Method · 0.95
normalize
Method · 0.95
removeTrailingSlash
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected