MCPcopy 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
138func Reload() error {
139 client, err := New()
140 if err != nil {
141 return err
142 }
143 return client.Reload()
144}
145
146func RestartPanel(core, agent, reload bool) {
147 client, err := New()

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
ReloadMethod · 0.65

Tested by

no test coverage detected