Skip to main content

parse_git_blob_resp

Function parse_git_blob_resp 

Source
pub fn parse_git_blob_resp(msg: &[u8]) -> Option<(u16, u8, u64, Vec<u8>)>
Expand description

Parse an S2C_GIT_BLOB into (nonce, status, size, data).