Return true if there is an overlay associated with the file at the given path.
true
path
bool hasOverlay(String path) => _overlays.containsKey(path);