MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / versions

Method versions

python/src/cmdop/resources/skills.py:98–100  ·  view source on GitHub ↗
(self, slug: str)

Source from the content-addressed store, hash-verified

96 # -- versions / reviews ------------------------------------------------
97
98 async def versions(self, slug: str) -> SkillVersionList:
99 req = pb.Envelope(skills_versions_req=s_pb.SkillsVersionsRequest(slug=slug))
100 return (await self._unary(req)).skill_version_list
101
102 async def reviews(
103 self,

Callers

nothing calls this directly

Calls 1

_unaryMethod · 0.80

Tested by

no test coverage detected