is_paren_func_call_open

Function is_paren_func_call_open 

Source
pub(crate) fn is_paren_func_call_open(bytes: &[u8], paren_pos: usize) -> bool
Expand description

true if the ( at byte offset paren_pos opens a function-call arg list (preceded by an identifier or digit, modulo whitespace) rather than a standalone grouping expression.