diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-19 15:15:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-20 21:12:57 +0000 |
| commit | fb714834adfb0e1e36c4cfc7ca288391cfc18986 (patch) | |
| tree | 47728e3c13cc37a33478e30e6a0b77f413311b8d /pkg/codesearch/testdata/query-dir-index-mm | |
| parent | 4dc35ec28780d6a78e8afcf2650d4ada4fcd245c (diff) | |
pkg/codesearch: add dir-index command
dir-index provides a list of subdirectories and files in the given
directory in the source tree.
Diffstat (limited to 'pkg/codesearch/testdata/query-dir-index-mm')
| -rw-r--r-- | pkg/codesearch/testdata/query-dir-index-mm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/query-dir-index-mm b/pkg/codesearch/testdata/query-dir-index-mm new file mode 100644 index 000000000..554270e4e --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-mm @@ -0,0 +1,7 @@ +dir-index /mm/ + +directory /mm/ subdirs: + +directory /mm/ files: + - slub.c + - slub.h |
