hasEditsFor abstract method

bool hasEditsFor(
  1. String path
)

Return true if this builder already has edits for the file with the given path.

Implementation

bool hasEditsFor(String path);