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

Method MaxPriority

service/ai-key/service.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, providerId string)

Source from the content-addressed store, hash-verified

19 KeysByProvider(ctx context.Context, providerId string) ([]*Key, error)
20 CountMapByProvider(ctx context.Context, keyword string, conditions map[string]interface{}) (map[string]int64, error)
21 MaxPriority(ctx context.Context, providerId string) (int, error)
22 SortBefore(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error)
23 SortAfter(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error)
24 KeysAfterPriority(ctx context.Context, providerId string, priority int) ([]*Key, error)

Callers 2

CreateMethod · 0.65
CreateMethod · 0.65

Implementers 1

imlAIKeyServiceservice/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected