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

Method GetApp

controller/service/iml.go:787–789  ·  view source on GitHub ↗
(ctx *gin.Context, appId string)

Source from the content-addressed store, hash-verified

785}
786
787func (i *imlAppController) GetApp(ctx *gin.Context, appId string) (*service_dto.App, error) {
788 return i.module.GetApp(ctx, appId)
789}
790
791func (i *imlAppController) DeleteApp(ctx *gin.Context, appId string) error {
792 return i.module.DeleteApp(ctx, appId)

Callers

nothing calls this directly

Calls 1

GetAppMethod · 0.65

Tested by

no test coverage detected