Skip to content

Commit

Permalink
ActionFS cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 196290095
  • Loading branch information
aoeui authored and Copybara-Service committed May 11, 2018
1 parent abbb900 commit d370290
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ public FileOutErr getFileOutErr() {
return fileOutErr;
}

public boolean hasActionFileSystem() {
return actionFileSystem != null;
}

/**
* Provides a mechanism for the action to request values from Skyframe while it discovers inputs.
*/
Expand Down

0 comments on commit d370290

Please sign in to comment.