Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
load_config(path):
27
config_path = path
28
config = Config(config_path)
29
return
config
Callers
2
main
Function · 0.90
DocDiff.py
File · 0.90
Calls
1
Config
Class · 0.85
Tested by
no test coverage detected