MCPcopy Create free account
hub / github.com/borgbackup/borg / call

Method call

src/borg/legacyremote.py:438–440  ·  view source on GitHub ↗
(self, cmd, args, **kw)

Source from the content-addressed store, hash-verified

436 return args
437
438 def call(self, cmd, args, **kw):
439 for resp in self.call_many(cmd, [args], **kw):
440 return resp
441
442 def call_many(self, cmd, calls, wait=True, is_preloaded=False, async_wait=True):
443 if not calls and cmd != "async_responses":

Callers 3

__init__Method · 0.95
closeMethod · 0.95
do_rpcFunction · 0.45

Calls 1

call_manyMethod · 0.95

Tested by

no test coverage detected