Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
def
set_static_mode(enabled: bool = True):
341
""
"Enable or disable static mode"
""
342
global STATIC_MODE
343
STATIC_MODE = enabled
344
345
346
def
is_static_mode() -> bool:
Callers
1
setup_freezer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected