MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / All

Method All

stores/setting/store.go:21–21  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

19 Get(ctx context.Context, name string) (*Setting, error)
20 Set(ctx context.Context, name string, value string, operator string) error
21 All(ctx context.Context) ([]*Setting, error)
22}
23type imlSettingStore struct {
24 store.Store[Setting]

Callers 6

doCheckFunction · 0.65
loadAccessFunction · 0.65
latestStrategyCommitsMethod · 0.65
GetMethod · 0.65
latestStrategyCommitsMethod · 0.65
OptionsMethod · 0.65

Implementers 2

imlSettingStorestores/setting/store.go
imlSettingServiceservice/setting/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected