MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / get_config_path

Function get_config_path

beanhub_cli/config.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def get_config_path() -> pathlib.Path:
20 return pathlib.Path.home() / ".beanhub" / "config.toml"
21
22
23def load_config(file_path: pathlib.Path | None = None) -> Config | None:

Callers 4

load_configFunction · 0.85
save_configFunction · 0.85
run_loginFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected