MCPcopy Create free account
hub / github.com/DataArcTech/ToG / mid2qid

Method mid2qid

ToG/client.py:94–95  ·  view source on GitHub ↗
(self, mid: str)

Source from the content-addressed store, hash-verified

92 return summary_content.strip()
93
94 def mid2qid(self, mid: str) -> str:
95 return self.server.mid2qid(mid)
96
97
98import time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected