Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoForgeAI/autoforge
/ get_registry_path
Function
get_registry_path
registry.py:152–154 ·
view source on GitHub ↗
Get the path to the registry database.
()
Source
from the content-addressed store, hash-verified
150
151
152
def
get_registry_path() -> Path:
153
""
"Get the path to the registry database."
""
154
return
get_config_dir() /
"registry.db"
155
156
157
def
_get_engine():
Callers
1
_get_engine
Function · 0.85
Calls
1
get_config_dir
Function · 0.85
Tested by
no test coverage detected