luaur_analysis/methods/
usage_finder_visit_fragment_autocomplete_alt_c.rs1use crate::records::usage_finder::UsageFinder;
2use luaur_ast::records::ast_type_pack::AstTypePack;
3
4impl UsageFinder {
5 pub fn visit_ast_type_pack(&mut self, _node: *mut AstTypePack) -> bool {
6 true
7 }
8}