loadOutputFile method
Load the output file. This method has been explicitly extracted so it can be easily overridden in unit tests, where we may need to exert some extra control.
Implementation
File loadOutputFile(AssetId out) => File(out.path);
Load the output file. This method has been explicitly extracted so it can be easily overridden in unit tests, where we may need to exert some extra control.
File loadOutputFile(AssetId out) => File(out.path);