Struct analyzer::data_model::Function

pub struct Function {
    pub path: Vec<String>,
    pub docstring: String,
}

Representation of a function

Fields

path:

Vec<String>

The fully qualified name of the function.

docstring:

String

The docstring of the function