MCPcopy
hub / github.com/bup/bup / append

Method append

lib/bup/tree.py:23–24  ·  view source on GitHub ↗
(self, name, mode, gitmode, oid, meta)

Source from the content-addressed store, hash-verified

21 self.items = []
22
23 def append(self, name, mode, gitmode, oid, meta):
24 self.items.append(TreeItem(name, mode, gitmode, oid, meta))

Callers 15

_suggest_packsMethod · 0.80
add_pathMethod · 0.80
_gen_usageMethod · 0.80
dead_itemsFunction · 0.80
quotesplitFunction · 0.80
quotify_listFunction · 0.80
add_idxMethod · 0.80
within_repoFunction · 0.80
recvFunction · 0.80
packFunction · 0.80
_make_shalistFunction · 0.80
_squishFunction · 0.80

Calls 1

TreeItemClass · 0.85

Tested by 6

onerrorFunction · 0.64
mock_fadvise_pages_doneFunction · 0.64
test_packsFunction · 0.64
test_pack_name_lookupFunction · 0.64