MCPcopy Create free account
hub / github.com/bugy/script-server / _resolve_file_dir

Function _resolve_file_dir

src/model/parameter_config.py:569–574  ·  view source on GitHub ↗
(config, key)

Source from the content-addressed store, hash-verified

567
568
569def _resolve_file_dir(config, key):
570 raw_value = config.get(key)
571 if not raw_value:
572 return raw_value
573
574 return resolve_env_vars(raw_value)
575
576
577def _resolve_list_files_dir(file_dir, working_dir):

Callers 1

_setupMethod · 0.85

Calls 2

resolve_env_varsFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected