FileReads

data class FileReads(val path: String, val reads: List<Instant> = emptyList())

Represents reads of a file

Constructors

Link copied to clipboard
constructor(path: String, reads: List<Instant> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun count(): Int