MCPcopy 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

cdSyncOrRetryMethod · 0.95
ofMethod · 0.45
startsWithMethod · 0.45
relativizeMethod · 0.45
resolveTildeHomeMethod · 0.45
serializeMethod · 0.45
serializeMethod · 0.45
escapeMethod · 0.45
generateFromObjectMethod · 0.45
readMethod · 0.45
readerMethod · 0.45
assembleScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected