MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / syncRuntime

Function syncRuntime

agent/init/business/business.go:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func syncRuntime() {
43 if err := service.NewRuntimeService().SyncForRestart(); err != nil {
44 global.LOG.Errorf("sync runtime status error : %s", err.Error())
45 }
46}
47
48func syncSSL() {
49 if err := service.NewIWebsiteSSLService().SyncForRestart(); err != nil {

Callers 1

InitFunction · 0.85

Calls 2

SyncForRestartMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected