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

Method GetValueByKey

agent/app/repo/setting.go:16–16  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

14 GetList(opts ...DBOption) ([]model.Setting, error)
15 Get(opts ...DBOption) (model.Setting, error)
16 GetValueByKey(key string) (string, error)
17 Create(key, value string) error
18 Update(key, value string) error
19 WithByKey(key string) DBOption

Callers 15

initGlobalDataFunction · 0.95
InitFunction · 0.95
StartFunction · 0.95
checkSessionFunction · 0.65
init.goFile · 0.65
SessionAuthFunction · 0.65
StartSyncFunction · 0.65
GetAppstoreConfigMethod · 0.65
GetMemoMethod · 0.65
LoadReleaseMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected