MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / closeCB

Method closeCB

pager_lib/smb/base.py:583–587  ·  view source on GitHub ↗
(close_message, **kwargs)

Source from the content-addressed store, hash-verified

581 self._pushToArray(messages_history, m)
582
583 def closeCB(close_message, **kwargs):
584 if kwargs['results'] is not None:
585 callback(kwargs['results'])
586 elif kwargs['error'] is not None:
587 errback(OperationFailure(kwargs['error'], messages_history))
588
589 if path not in self.connected_trees:
590 def connectCB(connect_message, **kwargs):

Callers

nothing calls this directly

Calls 2

OperationFailureClass · 0.85
callbackFunction · 0.50

Tested by

no test coverage detected