Skip to main content

collect_inline_values

Function collect_inline_values 

Source
pub fn collect_inline_values(
    source: &str,
    start_line: i64,
    end_line: i64,
) -> Vec<InlineValueText>
Expand description

Legacy: Collect inline values for scalar variables within a line range.

Lines and columns are 1-based to match the DAP defaults. Scalar-only counterpart to collect_inline_values_with_runtime that emits = ? placeholders; retained as part of the public inline-values API.