function_signature

Function function_signature 

Source
pub fn function_signature(func: &FunctionDefinition) -> String
Expand description

Generates a function signature with parameter types (e.g., “functionName(type1,type2)”). Returns the function name without parameters if the function has no parameters.