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

Method Delete

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

Source from the content-addressed store, hash-verified

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)
40}

Callers 1

AddPrefixInAllMethod · 0.65

Implementers 1

imlLocalModelCacheServiceservice/ai-local/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected