From 28819515a548ec25957603ae1fac0620c3eaa9a0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 26 Jan 2026 17:56:07 +0100 Subject: pkg/codesearch: support finding field reads/writes --- 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 edfe4616f..bf7c20b22 100644 --- a/pkg/codesearch/testdata/query-file-index-source +++ b/pkg/codesearch/testdata/query-file-index-source @@ -3,6 +3,7 @@ file-index source0.c file source0.c defines the following entities: function close +function field_refs function func_accepting_a_struct function function_with_comment_in_header function function_with_quotes_in_type -- cgit mrf-deployment