pub fn extract_function_signature(
func_node: Node<'_>,
source: &[u8],
lang: Language,
) -> StringExpand description
Extract the function signature from a definition node.
For Python, reconstructs from parameter nodes. For other languages, extracts the raw text of parameters and return type.