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/query-read-file-existing | |
| parent | fb714834adfb0e1e36c4cfc7ca288391cfc18986 (diff) | |
pkg/codesearch: add read-file command
Just provides full file contents as last resort.
Diffstat (limited to 'pkg/codesearch/testdata/query-read-file-existing')
| -rw-r--r-- | pkg/codesearch/testdata/query-read-file-existing | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/query-read-file-existing b/pkg/codesearch/testdata/query-read-file-existing new file mode 100644 index 000000000..9fc30a164 --- /dev/null +++ b/pkg/codesearch/testdata/query-read-file-existing @@ -0,0 +1,4 @@ +read-file mm/slub.c + +// slub.c contents. +// This file is used in read-file test. |
