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

Method Get

controller/log/iml.go:17–19  ·  view source on GitHub ↗
(ctx *gin.Context, driver string)

Source from the content-addressed store, hash-verified

15}
16
17func (c *imlLogController) Get(ctx *gin.Context, driver string) (*log_dto.LogSource, error) {
18 return c.module.Get(ctx, driver)
19}

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected