Skip to main content

push_file

Function push_file 

Source
pub(super) async fn push_file(
    work_dir: &Path,
    dest: &str,
    data: Vec<u8>,
) -> Result<(), String>
Expand description

Push file contents into the work directory under dest.