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

Method id_str

src/borg/remote.py:678–679  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

676
677 @property
678 def id_str(self):
679 return bin_to_hex(self.id)
680
681 def borg_cmd(self, args, testing):
682 """return a borg serve command line"""

Callers

nothing calls this directly

Calls 1

bin_to_hexFunction · 0.85

Tested by

no test coverage detected