pub fn context<F: Fs>(
db: &GraphDb<F>,
repo: Option<&Path>,
target: &str,
) -> ContextReportExpand 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.