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

Method Get

controller/ai-api/iml.go:176–178  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, apiId string)

Source from the content-addressed store, hash-verified

174}
175
176func (i *imlAPIController) Get(ctx *gin.Context, serviceId string, apiId string) (*ai_api_dto.API, error) {
177 return i.module.Get(ctx, serviceId, apiId)
178}

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected