pub(super) async fn pull_file( work_dir: &Path, source: &str, ) -> Result<Vec<u8>, String>
Read a file from the work directory.