pub fn function_decl_info(node: &SyntaxNode) -> Option<FunctionDeclInfo>Expand description
Returns name and parameter counts from a NodeFunctionDecl.
For default parameters, min_arity is the number of required params; max_arity is total.
pub fn function_decl_info(node: &SyntaxNode) -> Option<FunctionDeclInfo>Returns name and parameter counts from a NodeFunctionDecl.
For default parameters, min_arity is the number of required params; max_arity is total.