MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / Reload

Function Reload

agent/utils/controller/controller.go:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func Reload() error {
113 client, err := New()
114 if err != nil {
115 return err
116 }
117 return client.Reload()
118}
119
120func RestartPanel(core, agent, reload bool) {
121 client, err := New()

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
ReloadMethod · 0.65

Tested by

no test coverage detected