FileReadLog

interface FileReadLog

The FileReadLog can be useful for stats and to understand the context that has been accessed

Inheritors

Functions

Link copied to clipboard
abstract fun flushReads()
Link copied to clipboard
open fun getPathsRead(): List<String>
Link copied to clipboard
abstract fun getReads(): List<FileReads>
Link copied to clipboard
abstract fun recordRead(path: String)