Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ load_config
Function
load_config
server/manage_api.py:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
29
def
load_config():
30
with
open(CONFIG_PATH,
"r"
, encoding=
"utf-8"
)
as
f:
31
return
json.load(f)
32
33
34
def
normalize_required_strings(item, required, kind, index=None):
Callers
1
route
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected