MCPcopy
hub / github.com/borgbackup/borg / call

Method call

src/borg/remote.py:736–738  ·  view source on GitHub ↗
(self, cmd, args, **kw)

Source from the content-addressed store, hash-verified

734 return args
735
736 def call(self, cmd, args, **kw):
737 for resp in self.call_many(cmd, [args], **kw):
738 return resp
739
740 def call_many(self, cmd, calls, wait=True, is_preloaded=False, async_wait=True):
741 if not calls and cmd != "async_responses":

Callers 9

__init__Method · 0.95
closeMethod · 0.95
do_rpcFunction · 0.45
umountFunction · 0.45
do_with_lockMethod · 0.45
test_remote_invalid_rpcFunction · 0.45
test_remote_invalid_rpcFunction · 0.45

Calls 1

call_manyMethod · 0.95