MCPcopy Index your code
hub / github.com/github/spec-kit / _build_stack

Function _build_stack

src/specify_cli/commands/bundle/__init__.py:58–63  ·  view source on GitHub ↗
(project_root: Path, *, offline: bool)

Source from the content-addressed store, hash-verified

56
57
58def _build_stack(project_root: Path, *, offline: bool):
59 from ...bundler.services.adapters import make_catalog_fetcher
60 from ...bundler.services.catalog_stack import CatalogStack
61
62 fetcher = make_catalog_fetcher(allow_network=not offline)
63 return CatalogStack.load(project_root, fetcher, user_config_dir=_user_config_dir())
64
65
66def _speckit_version() -> str:

Callers 4

bundle_searchFunction · 0.85
bundle_infoFunction · 0.85
bundle_installFunction · 0.85
bundle_updateFunction · 0.85

Calls 3

make_catalog_fetcherFunction · 0.85
_user_config_dirFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected