MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _meta_path

Method _meta_path

uncommon_route/artifacts.py:160–161  ·  view source on GitHub ↗
(self, artifact_id: str)

Source from the content-addressed store, hash-verified

158 return None
159
160 def _meta_path(self, artifact_id: str) -> Path:
161 return self._root / f"{artifact_id}.json"
162
163 def _content_path(self, artifact_id: str) -> Path:
164 return self._root / f"{artifact_id}.txt"

Callers 3

store_textMethod · 0.95
update_summaryMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected