We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f75b7 commit 6866bf5Copy full SHA for 6866bf5
core/api/src/mill/api/PathRef.scala
@@ -48,12 +48,6 @@ case class PathRef private[mill] (
48
def withRevalidate(revalidate: PathRef.Revalidate): PathRef = copy(revalidate = revalidate)
49
def withRevalidateOnce: PathRef = copy(revalidate = PathRef.Revalidate.Once)
50
51
- /**
52
- * Renders a toString represntation.
53
- * @param map if `true`, the rendered path may contain placeholders for configured root paths.
54
- * See [[PathRef.mappedRoots]].
55
- * If `false`, the path is local and absolute.
56
- */
57
private def toStringPrefix: String = {
58
val quick = if (this.quick) "qref:" else "ref:"
59
0 commit comments