Expand description
Compatibility facade for scanner-oriented walking.
New code should depend on walkkit directly.
Modules§
- detect
- Binary file detection via magic bytes.
- error
- Error types for code tree walking and content loading.
- probe
- Shared file probing and enrichment primitives.
- sandbox
- Code protocol sandbox execution helpers.
Structs§
- Code
Walker - File tree walker for codebase scanning.
- File
Content Chunks - Iterator over a file’s content in bounded chunks.
- File
Entry - A discovered file entry with lazy content loading.
- Walk
Config - Configuration for directory walking.
Enums§
- File
Content - File content loaded from disk.