MCPcopy Index your code
hub / github.com/borgbackup/borg / process_dir

Method process_dir

src/borg/archive.py:1616–1618  ·  view source on GitHub ↗
(self, *, tarinfo, status, type)

Source from the content-addressed store, hash-verified

1614 self.add_item(item, stats=self.stats)
1615
1616 def process_dir(self, *, tarinfo, status, type):
1617 with self.create_helper(tarinfo, status, type) as (item, status):
1618 return status
1619
1620 def process_fifo(self, *, tarinfo, status, type):
1621 with self.create_helper(tarinfo, status, type) as (item, status):

Callers 2

_import_tarMethod · 0.95
_process_anyMethod · 0.45

Calls 1

create_helperMethod · 0.95

Tested by

no test coverage detected