Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ SettingCacheUpdate
Function
SettingCacheUpdate
internal/op/setting.go:31–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
SettingCacheUpdate() {
32
Cache.ClearAll()
33
for
_, cb :=
range
settingChangingCallbacks {
34
cb()
35
}
36
}
37
38
func
GetPublicSettingsMap()
map
[string]string {
39
items, _ := GetPublicSettingItems()
Callers
4
initSettings
Function · 0.92
SaveSettingItems
Function · 0.85
SaveSettingItem
Function · 0.85
DeleteSettingItemByKey
Function · 0.85
Calls
1
ClearAll
Method · 0.80
Tested by
no test coverage detected