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

Function set_log_base_directory

codeclash/viewer/app.py:334–337  ·  view source on GitHub ↗

Set the logs directory directly

(directory: str | Path)

Source from the content-addressed store, hash-verified

332
333
334def set_log_base_directory(directory: str | Path):
335 """Set the logs directory directly"""
336 global LOG_BASE_DIR
337 LOG_BASE_DIR = Path(directory).resolve()
338
339
340def set_static_mode(enabled: bool = True):

Callers 2

run_viewer.pyFile · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected