MCPcopy
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_stateMethod · 0.45
make_repoFunction · 0.45
make_new_repoFunction · 0.45
create_repoFunction · 0.45
test_bare_repositoryFunction · 0.45

Calls

no outgoing calls

Tested by 7

create_repoFunction · 0.36
test_bare_repositoryFunction · 0.36