diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-19 15:15:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-20 21:12:57 +0000 |
| commit | 8088ac4199a6e947c38db669c11d4441a9d59581 (patch) | |
| tree | fe7d6a6f5c9a6de0be54a14b40cab448bb80aa59 /pkg/codesearch/testdata/mm | |
| parent | fb714834adfb0e1e36c4cfc7ca288391cfc18986 (diff) | |
pkg/codesearch: add read-file command
Just provides full file contents as last resort.
Diffstat (limited to 'pkg/codesearch/testdata/mm')
| -rw-r--r-- | pkg/codesearch/testdata/mm/slub.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
