Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
112
func
Reload() error {
113
client, err := New()
114
if
err != nil {
115
return
err
116
}
117
return
client.Reload()
118
}
119
120
func
RestartPanel(core, agent, reload bool) {
121
client, err := New()
Callers
nothing calls this directly
Calls
2
New
Function · 0.70
Reload
Method · 0.65
Tested by
no test coverage detected