Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
def
_resolve_config(config_file: str | None) -> AppConfig:
213
return
_resolve_config_bundle(config_file)[0]
214
215
216
def
_resolve_benchmark_file(benchmark_file: str) -> Path:
Callers
3
handle_inspect
Function · 0.85
handle_run
Function · 0.85
handle_experiment
Function · 0.85
Calls
1
_resolve_config_bundle
Function · 0.85
Tested by
no test coverage detected