From 8fc377978dcf81013752b91c15eb8d573fca560f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 21 Jan 2026 09:59:13 +0100 Subject: pkg/codesearch: do indexing of struct/union/enum Update #6469 --- pkg/codesearch/testdata/query-file-index-source | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/codesearch/testdata/query-file-index-source') diff --git a/pkg/codesearch/testdata/query-file-index-source b/pkg/codesearch/testdata/query-file-index-source index c238079d0..3263deca3 100644 --- a/pkg/codesearch/testdata/query-file-index-source +++ b/pkg/codesearch/testdata/query-file-index-source @@ -5,3 +5,4 @@ file source0.c defines the following entities: function close function function_with_comment_in_header function open +struct struct_in_c_file -- cgit mrf-deployment