toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.tools.file
/
FileReads
File
Reads
data
class
FileReads
(
val
path
:
String
,
val
reads
:
List
<
Instant
>
=
emptyList()
)
Represents reads of a file
Members
Constructors
File
Reads
Link copied to clipboard
constructor
(
path
:
String
,
reads
:
List
<
Instant
>
=
emptyList()
)
Properties
path
Link copied to clipboard
val
path
:
String
reads
Link copied to clipboard
val
reads
:
List
<
Instant
>
Functions
count
Link copied to clipboard
fun
count
(
)
:
Int