Skip to main content

parse_lsp_buffer

Function parse_lsp_buffer 

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

Parse C2S_LSP_BUFFER into (lsp_id, flags, path, text) with the text decompressed.