pub fn get_context_slice_op(
workspace: &Workspace,
db_path: &Path,
conn: &Connection,
symbol_name: &str,
file_path: Option<&str>,
include_external: bool,
) -> Result<ContextSlice, OpError>Expand description
Retrieve a complete context slice for a symbol, guaranteeing fresh offsets.