MCPcopy Create free account
hub / github.com/GPTScan/GPTScan / load_configs

Function load_configs

src/tasks.py:42–46  ·  view source on GitHub ↗
(config_names: list)

Source from the content-addressed store, hash-verified

40
41
42def load_configs(config_names: list):
43 configs = []
44 for config_name in config_names:
45 configs.append(load_config(config_name))
46 return configs
47
48
49def load_all_configs():

Callers

nothing calls this directly

Calls 1

load_configFunction · 0.85

Tested by

no test coverage detected