MCPcopy
hub / github.com/HKUDS/OpenHarness / get_config_file_path

Function get_config_file_path

src/openharness/config/paths.py:32–34  ·  view source on GitHub ↗

Return the path to the main settings file (~/.openharness/settings.json).

()

Source from the content-addressed store, hash-verified

30
31
32def get_config_file_path() -> Path:
33 """Return the path to the main settings file (~/.openharness/settings.json)."""
34 return get_config_dir() / _CONFIG_FILE_NAME
35
36
37def get_data_dir() -> Path:

Callers 6

_build_dry_run_previewFunction · 0.90
build_runtimeFunction · 0.90
load_settingsFunction · 0.90
save_settingsFunction · 0.90
test_config_pathsFunction · 0.90

Calls 1

get_config_dirFunction · 0.85

Tested by 2

test_config_pathsFunction · 0.72