isStale abstract method

bool isStale(
  1. FileStat stat,
  2. String content
)

Whether the lock with the given stat and file content is abandoned.

Implementation

bool isStale(FileStat stat, String content);