Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ init
Method
init
aider/gui.py:55–61 ·
view source on GitHub ↗
(self, key, val=None)
Source
from the content-addressed store, hash-verified
53
keys = set()
54
55
def
init(self, key, val=None):
56
if
key in self.keys:
57
return
58
59
self.keys.add(key)
60
setattr(self, key, val)
61
return
True
62
63
64
@st.cache_resource
Callers
10
initialize_state
Method · 0.45
make_repo
Function · 0.45
make_new_repo
Function · 0.45
test_skip_gitignored_files_on_init
Method · 0.45
test_coder_from_coder_with_subdir
Method · 0.45
test_get_tracked_files
Method · 0.45
test_cmd_add_from_subdir
Method · 0.45
test_cmd_tokens_output
Method · 0.45
create_repo
Function · 0.45
test_bare_repository
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_skip_gitignored_files_on_init
Method · 0.36
test_coder_from_coder_with_subdir
Method · 0.36
test_get_tracked_files
Method · 0.36
test_cmd_add_from_subdir
Method · 0.36
test_cmd_tokens_output
Method · 0.36
create_repo
Function · 0.36
test_bare_repository
Function · 0.36