Function get_function_definition

Source
pub async fn get_function_definition(code: &str) -> Result<Function>
Expand description

Get function definition by its code.

ยงErrors

Returns error if there was a problem when determining function parameters.