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

Method info

python/src/cmdop/resources/machines.py:67–71  ·  view source on GitHub ↗

The /info read model (identity / hardware / live_state / session / presence / fingerprint) — distinct from get()'s MachineDetail.

(self, machine_id: str)

Source from the content-addressed store, hash-verified

65 request.limit = limit
66 response = await self._unary(pb.Envelope(list_machine_messages_req=request))
67 return response.machine_message_list

Callers

nothing calls this directly

Calls 1

_unaryMethod · 0.80

Tested by

no test coverage detected