Skip to main content

Module walker

Module walker 

Source
Expand description

File system walker with glob filtering and .gitignore support.

Uses walkdir for recursive directory traversal and globset for include/exclude pattern matching.

Structsยง

FileWalker
Walks a directory tree and collects files eligible for scanning.