Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/1Panel
/ Reload
Function
Reload
core/utils/controller/controller.go:138–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
Reload() error {
139
client, err := New()
140
if
err != nil {
141
return
err
142
}
143
return
client.Reload()
144
}
145
146
func
RestartPanel(core, agent, reload bool) {
147
client, err := New()
Callers
nothing calls this directly
Calls
2
New
Function · 0.70
Reload
Method · 0.65
Tested by
no test coverage detected