Handbook
Glossary
git-parse-all-idx ( -- seq )
Vocabulary
git
Inputs
None
Outputs
seq
an
object
Definition
USING:
io.directories
sequences
;
IN:
git
IDENTITY-MEMO:
git-parse-all-idx
( -- seq )
"objects/pack/"
make-git-path
qualified-directory-files
[
".idx"
tail?
]
filter
[
parse-idx
]
map
parsed-idx>hash
;