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

Method matrices

codeclash/analysis/matrix.py:85–87  ·  view source on GitHub ↗

Direct access to the matrices in metadata.

(self)

Source from the content-addressed store, hash-verified

83
84 @property
85 def matrices(self) -> dict:
86 """Direct access to the matrices in metadata."""
87 return self._metadata["matrices"]
88
89 # -----------------------
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected