Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oraios/serena
/ add
Method
add
repo_dir_sync.py:343–345 ·
view source on GitHub ↗
(self, repo: OtherRepo)
Source
from the content-addressed store, hash-verified
341
self.otherRepos: List[OtherRepo] = []
342
343
def
add(self, repo: OtherRepo):
344
repo.libRepo = self
345
self.otherRepos.append(repo)
346
347
def
runMain(self):
348
repos = self.otherRepos
Callers
1
sync.py
File · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected