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

Method _unary

python/src/cmdop/resources/base.py:52–53  ·  view source on GitHub ↗
(self, req: pb.Envelope)

Source from the content-addressed store, hash-verified

50 # -- call wrappers -----------------------------------------------------
51
52 async def _unary(self, req: pb.Envelope) -> pb.Envelope:
53 return await self._t.call_unary(req)
54
55 # -- pagination helpers ------------------------------------------------
56

Callers 15

listMethod · 0.80
getMethod · 0.80
myMethod · 0.80
installMethod · 0.80
starMethod · 0.80
versionsMethod · 0.80
reviewsMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
deleteMethod · 0.80
publishMethod · 0.80
publish_statusMethod · 0.80

Calls 1

call_unaryMethod · 0.80

Tested by

no test coverage detected