MountedPaths

data class MountedPaths(val graderHostRoot: Path, val envHostRoot: Path)

Stores a pair of mounted paths between the localhost and the host

Constructors

Link copied to clipboard
constructor(graderHostRoot: String, envHostRoot: String)
constructor(graderHostRoot: Path, envHostRoot: Path)

Properties

Link copied to clipboard
Link copied to clipboard