MCPcopy Index your code
hub / github.com/53AI/53AIHub / GetSyncProgress

Function GetSyncProgress

api/controller/sync_organization_local.go:16–18  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

14}
15
16func GetSyncProgress(c *gin.Context) {
17 c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable))
18}
19
20func GetAllSyncProgress(c *gin.Context) {
21 c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable))

Callers

nothing calls this directly

Calls 1

ToNewErrorResponseMethod · 0.80

Tested by

no test coverage detected