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

Method Set

service/setting/iml.go:42–45  ·  view source on GitHub ↗
(ctx context.Context, name string, value string, operator string)

Source from the content-addressed store, hash-verified

40}
41
42func (i *imlSettingService) Set(ctx context.Context, name string, value string, operator string) error {
43
44 return i.store.Set(ctx, name, value, operator)
45}

Callers

nothing calls this directly

Calls 1

SetMethod · 0.65

Tested by

no test coverage detected