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

Method _save

codeclash/analysis/matrix.py:91–94  ·  view source on GitHub ↗

Save metadata to matrix.json.

(self)

Source from the content-addressed store, hash-verified

89 # -----------------------
90
91 def _save(self):
92 """Save metadata to matrix.json."""
93 with self._save_lock:
94 atomic_write(self.output_file, json.dumps(self._metadata, indent=2))
95
96 def _load_existing_progress(self):
97 """Load existing progress from matrix.json if it exists."""

Callers 2

endMethod · 0.95

Calls 1

atomic_writeFunction · 0.90

Tested by

no test coverage detected