internal/checker
Functions
pub fn not_used_const(
dir: FilesDir,
ast_info: List(#(FilePath, FileAst, AnotherFilesAst)),
) -> List(#(PublicMember, FilePath))
pub fn not_used_functions(
dir: FilesDir,
ast_info: List(#(FilePath, FileAst, AnotherFilesAst)),
) -> List(#(PublicMember, FilePath))
pub fn not_used_types(
dir: FilesDir,
ast_info: List(#(FilePath, FileAst, AnotherFilesAst)),
) -> List(#(PublicMember, FilePath))