is_run_log_entry

Function is_run_log_entry 

Source
fn is_run_log_entry(entry: &DirEntry) -> bool
Expand description

Determines whether a directory entry is a Cadmus log file.

Returns true if the filename starts with cadmus- and ends with .json.

§Arguments

  • entry - Directory entry to check

§Returns

true if the entry is a log file, false otherwise.