From 8088ac4199a6e947c38db669c11d4441a9d59581 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jan 2026 15:15:18 +0100 Subject: pkg/codesearch: add read-file command Just provides full file contents as last resort. --- pkg/codesearch/testdata/mm/slub.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/codesearch/testdata/mm') diff --git a/pkg/codesearch/testdata/mm/slub.c b/pkg/codesearch/testdata/mm/slub.c index e69de29bb..4b6741a7f 100644 --- a/pkg/codesearch/testdata/mm/slub.c +++ b/pkg/codesearch/testdata/mm/slub.c @@ -0,0 +1,2 @@ +// slub.c contents. +// This file is used in read-file test. -- cgit mrf-deployment