MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / _require_id

Method _require_id

python/src/cmdop/streaming.py:234–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232 return text
233
234 def _require_id(self) -> int:
235 if self._id is None:
236 raise RuntimeError("answer called before the ask stream was iterated")
237 return self._id

Callers 2

pinMethod · 0.95
confirmMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected