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-root | |
| 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-root')
| -rw-r--r-- | pkg/codesearch/testdata/query-dir-index-root | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/query-dir-index-root b/pkg/codesearch/testdata/query-dir-index-root new file mode 100644 index 000000000..d14d37392 --- /dev/null +++ b/pkg/codesearch/testdata/query-dir-index-root @@ -0,0 +1,10 @@ +dir-index / + +directory / subdirs: + - mm + +directory / files: + - source0.c + - source0.h + - source1.c + - source2.c |
