MCPcopy 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
152def get_registry_path() -> Path:
153 """Get the path to the registry database."""
154 return get_config_dir() / "registry.db"
155
156
157def _get_engine():

Callers 1

_get_engineFunction · 0.85

Calls 1

get_config_dirFunction · 0.85

Tested by

no test coverage detected