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

Method Search

controller/ai-local/iml.go:354–356  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string)

Source from the content-addressed store, hash-verified

352}
353
354func (i *imlLocalModelController) Search(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelItem, error) {
355 return i.module.Search(ctx, keyword)
356}
357
358func (i *imlLocalModelController) ListCanInstall(ctx *gin.Context, keyword string) ([]*ai_local_dto.LocalModelPackageItem, error) {
359 return i.module.ListCanInstall(ctx, keyword)

Callers

nothing calls this directly

Calls 1

SearchMethod · 0.65

Tested by

no test coverage detected