Skip to main content

msg_git_blob_resp

Function msg_git_blob_resp 

Source
pub fn msg_git_blob_resp(
    nonce: u16,
    status: u8,
    size: u64,
    data: &[u8],
) -> Vec<u8> 
Expand description

Build a GIT_BLOB response; size is the true object size, data the (possibly truncated to nothing on error) raw object bytes.