map_modules_to_schemas

Function map_modules_to_schemas 

Source
pub fn map_modules_to_schemas(
    openapi: &OpenAPI,
    operations_by_tag: &HashMap<String, Vec<OperationInfo>>,
    schemas: &HashMap<String, Schema>,
) -> Result<(HashMap<String, Vec<String>>, Vec<String>)>