Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ write_and_reload
Function
write_and_reload
server/manage_api.py:190–193 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
188
189
190
def
write_and_reload(config):
191
config = write_config(config)
192
pid = signal_sergate(signal.SIGHUP)
193
return
config, pid
194
195
196
def
read_body(handler):
Callers
1
route
Method · 0.85
Calls
2
write_config
Function · 0.85
signal_sergate
Function · 0.85
Tested by
no test coverage detected