MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / List

Method List

service/ai-local/service.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, model string, typ CacheType)

Source from the content-addressed store, hash-verified

34
35type ILocalModelCacheService interface {
36 List(ctx context.Context, model string, typ CacheType) ([]*LocalModelCache, error)
37 Delete(ctx context.Context, model string) error
38 Save(ctx context.Context, model string, typ CacheType, target string) error
39 GetByTarget(ctx context.Context, typ CacheType, target string) (*LocalModelCache, error)

Callers 12

ListByAppMethod · 0.65
ListMethod · 0.65
ListDocCommitMethod · 0.65
APICountByServicesMethod · 0.65
KeysByProviderMethod · 0.65
ListForServicesMethod · 0.65
ListInfoForServicesMethod · 0.65
ListRequestCommitMethod · 0.65
ListInfoForServiceMethod · 0.65
ListInfoMethod · 0.65
ListProxyCommitMethod · 0.65

Implementers 1

imlLocalModelCacheServiceservice/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected