atlas.snapshots.scan_codebase
Details
Type: function
File: atlas/snapshots.py
Lines: 153–234
Signature: (config: CodebaseConfig, max_text_size: int=DEFAULT_MAX_TEXT_SIZE, max_binary_size: int=DEFAULT_MAX_BINARY_SIZE) -> Iterable[ScannedFile]
Docstring
Yield ScannedFile records for every file under the codebase root.
Children
| Name | Type | Line |
|---|---|---|
| atlas.snapshots.scan_codebase.root | attribute | 159 |
| atlas.snapshots.scan_codebase.exclusions | attribute | 160 |