MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / is_static_mode

Function is_static_mode

codeclash/viewer/app.py:346–348  ·  view source on GitHub ↗

Check if we're running in static mode

()

Source from the content-addressed store, hash-verified

344
345
346def is_static_mode() -> bool:
347 """Check if we're running in static mode"""
348 return STATIC_MODE
349
350
351def is_game_folder(log_dir: Path) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected