pub fn heading_classifier<'a>(
funcname: Option<&'a CompiledFuncname>,
) -> impl FnMut(&[u8]) -> Option<Vec<u8>> + 'aExpand description
A per-line section-heading classifier matching git’s funcname resolution:
a userdiff xfuncname pattern when a driver is present, else the default
def_ff heuristic.