pub(super) fn call_name_before_paren(
bytes: &[u8],
paren_pos: usize,
) -> Option<&[u8]>Expand description
Return the identifier bytes immediately preceding paren_pos
(skipping inter-token whitespace). None if the byte before (
after whitespace isn’t an identifier — i.e. ( is a grouping paren.