Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_packs
Method · 0.80
add_path
Method · 0.80
_gen_usage
Method · 0.80
dead_items
Function · 0.80
quotesplit
Function · 0.80
quotify_list
Function · 0.80
add_idx
Method · 0.80
within_repo
Function · 0.80
recv
Function · 0.80
pack
Function · 0.80
_make_shalist
Function · 0.80
_squish
Function · 0.80
Calls
1
TreeItem
Class · 0.85
Tested by
6
create_older_random_saves
Function · 0.64
onerror
Function · 0.64
mock_fadvise_pages_done
Function · 0.64
test_packs
Function · 0.64
test_pack_name_lookup
Function · 0.64
test_apply_to_path_restricted_access
Function · 0.64