Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
get_config_path() -> pathlib.Path:
20
return
pathlib.Path.home() /
".beanhub"
/
"config.toml"
21
22
23
def
load_config(file_path: pathlib.Path | None = None) -> Config | None:
Callers
4
load_config
Function · 0.85
save_config
Function · 0.85
run_login
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected