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

Function syncTask

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

Source from the content-addressed store, hash-verified

52}
53
54func syncTask() {
55 if err := service.NewITaskService().SyncForRestart(); err != nil {
56 global.LOG.Errorf("sync task status error : %s", err.Error())
57 }
58}
59
60func initAcmeAccount() {
61 acmeAccountService := service.NewIWebsiteAcmeAccountService()

Callers 1

InitFunction · 0.85

Calls 2

SyncForRestartMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected