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

Method GetFileHistorySettingInfo

agent/app/service/setting.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (u *SettingService) GetFileHistorySettingInfo() (*response.FileHistorySettingInfo, error) {
115 return historyService.GetSettingInfo()
116}
117
118func (u *SettingService) GetWebsiteDir() string {
119 value, _ := settingRepo.GetValueByKey("WEBSITE_DIR")

Callers

nothing calls this directly

Calls 1

GetSettingInfoMethod · 0.65

Tested by

no test coverage detected