Current section

Files

Jump to
polly include polly_Options.hrl
Raw

include/polly_Options.hrl

-record(options, {
interval :: integer(),
paths :: list(binary()),
max_depth :: integer(),
filter :: fun((simplifile:file_type(), binary()) -> boolean())
}).