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

Method Provider

controller/ai/iml.go:57–59  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

55}
56
57func (i *imlProviderController) Provider(ctx *gin.Context, id string) (*ai_dto.Provider, error) {
58 return i.module.Provider(ctx, id)
59}
60
61func (i *imlProviderController) SimpleProvider(ctx *gin.Context, id string) (*ai_dto.SimpleProvider, error) {
62 return i.module.SimpleProvider(ctx, id)

Callers

nothing calls this directly

Calls 1

ProviderMethod · 0.65

Tested by

no test coverage detected