menu
FileWatchBatch
import { FileWatchBatch } from "destack:fs/binding";
Watch events written by one read operation.
1export struct FileWatchBatch {2 count: uint64;3 pathLength: uint64;4 hasOverflow: boolean;5}Members
count: uint64Number of events written into the output slice.
pathLength: uint64Path buffer length consumed by event paths.
hasOverflow: booleanWhether the host reported dropped events.