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

Function set_static_mode

codeclash/viewer/app.py:340–343  ·  view source on GitHub ↗

Enable or disable static mode

(enabled: bool = True)

Source from the content-addressed store, hash-verified

338
339
340def set_static_mode(enabled: bool = True):
341 """Enable or disable static mode"""
342 global STATIC_MODE
343 STATIC_MODE = enabled
344
345
346def is_static_mode() -> bool:

Callers 1

setup_freezerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected