Skip to main content

language_capability_matrix

Function language_capability_matrix 

Source
pub fn language_capability_matrix<I, S>(
    file_paths: I,
) -> Vec<LanguageCapabilityRow>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Build a capability matrix for the languages actually present in file_paths, sorted by file count (desc) then name. symbols/imports come from capabilities(); call_graph from supports_call_graph().