MCPcopy Create free account
hub / github.com/Royalvice/DocDiff / load_config

Function load_config

src/config.py:26–29  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

24
25
26def load_config(path):
27 config_path = path
28 config = Config(config_path)
29 return config

Callers 2

mainFunction · 0.90
DocDiff.pyFile · 0.90

Calls 1

ConfigClass · 0.85

Tested by

no test coverage detected