MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / load_yaml_config

Function load_yaml_config

scripts/run_defects4j_fl.py:8–11  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

6import yaml
7
8def load_yaml_config(file_path):
9 with open(file_path, 'r') as file:
10 config = yaml.safe_load(file)
11 return config
12
13def main():
14 config = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected