actually, i think i figured out a way of subsettin...
# development
a
actually, i think i figured out a way of subsetting that doesn't require any extra cached info at all. i realized that we were needlessly traversing all recursive subdirectories to select
src/**
, when really all we needed to do was create a new Directory proto with just the
src/
DirectoryNode. edited the comment!
🔍 1