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

Method __init__

codeclash/viewer/app.py:219–220  ·  view source on GitHub ↗
(self, data: dict[str, Any] | None = None)

Source from the content-addressed store, hash-verified

217 """A wrapper around metadata dictionary with convenient access methods"""
218
219 def __init__(self, data: dict[str, Any] | None = None):
220 self._data = data or {}
221
222 def get_path(self, path: str, default: Any = None) -> Any:
223 """Get value from nested dictionary using dot notation path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected