MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / _queue_response

Method _queue_response

unit-tests/pam/test_cnapp.py:495–496  ·  view source on GitHub ↗
(self, items=None, has_more=False)

Source from the content-addressed store, hash-verified

493 self.params = _mock_params()
494
495 def _queue_response(self, items=None, has_more=False):
496 return cnapp_pb2.CnappQueueListResponse(items=items or [], hasMore=has_more)
497
498 def _queue_item(self, queue_id=1, status_id=1, record_uid=b''):
499 return cnapp_pb2.CnappQueueItem(

Calls

no outgoing calls

Tested by

no test coverage detected