Path

data class Path(val path: String) : StdioTest.InputSrc

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun selectSrcTo(literalAction: (String) -> String, pathAction: (String) -> String): String

Does action based on whether the InputSrc is Literal or Path