Are we following imports?
(self)
| 454 | manager.stats = {} |
| 455 | |
| 456 | def following_imports(self) -> bool: |
| 457 | """Are we following imports?""" |
| 458 | # TODO: What about silent? |
| 459 | return self.options.follow_imports == "normal" |
| 460 | |
| 461 | def initialize_fine_grained( |
| 462 | self, sources: list[BuildSource], is_tty: bool, terminal_width: int |
no outgoing calls
no test coverage detected