MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / _resolve_config

Function _resolve_config

cli/main.py:212–213  ·  view source on GitHub ↗
(config_file: str | None)

Source from the content-addressed store, hash-verified

210
211
212def _resolve_config(config_file: str | None) -> AppConfig:
213 return _resolve_config_bundle(config_file)[0]
214
215
216def _resolve_benchmark_file(benchmark_file: str) -> Path:

Callers 3

handle_inspectFunction · 0.85
handle_runFunction · 0.85
handle_experimentFunction · 0.85

Calls 1

_resolve_config_bundleFunction · 0.85

Tested by

no test coverage detected