Function uvls::ide::completion::longest_path

source ยท
pub fn longest_path<'a>(
    node: Node<'a>,
    source: &Rope,
) -> Option<(Path, Node<'a>)>