Check if we're running in static mode
()
| 344 | |
| 345 | |
| 346 | def is_static_mode() -> bool: |
| 347 | """Check if we're running in static mode""" |
| 348 | return STATIC_MODE |
| 349 | |
| 350 | |
| 351 | def is_game_folder(log_dir: Path) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected