fn convert_members(
chunks: &[&Chunk],
chunks_by_id: &HashMap<&str, &Chunk>,
chunks_by_parent: &HashMap<&str, Vec<&Chunk>>,
) -> Result<(Vec<Module>, Vec<Class>, Vec<Function>)>
Expand description
Convert a list of members of a module or a class