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

Method label2pid

ToG/client.py:19–20  ·  view source on GitHub ↗
(self, label: str)

Source from the content-addressed store, hash-verified

17 return self.server.label2qid(label)
18
19 def label2pid(self, label: str) -> str:
20 return self.server.label2pid(label)
21
22 def pid2label(self, pid: str) -> str:
23 return self.server.pid2label(pid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected