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

Method _content_path

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

Source from the content-addressed store, hash-verified

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 2

store_textMethod · 0.95
getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected