MCPcopy 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

getRootMethod · 0.80
isAbsoluteMethod · 0.80
getParentMethod · 0.80
resolveTildeHomeMethod · 0.80
toUnixMethod · 0.80
escapeMethod · 0.80
setupShortcutsMethod · 0.80
setupRenameMethod · 0.80
updateItemMethod · 0.80
acceptsDropMethod · 0.80

Calls 4

ofMethod · 0.95
normalizeMethod · 0.95
removeTrailingSlashMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected