Skip to main content

context

Function context 

Source
pub fn context<F: Fs>(
    db: &GraphDb<F>,
    repo: Option<&Path>,
    target: &str,
) -> ContextReport
Expand description

Everything known about target, with the body quoted.

The pointer-only form is context_with; this is it with ContextOptions::source set, kept as its own function because every caller that wants the body wants nothing else configured.