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

Function SyncOrganization

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

Source from the content-addressed store, hash-verified

10)
11
12func SyncOrganization(c *gin.Context) {
13 c.JSON(http.StatusNotFound, model.FeatureNotAvailableError.ToNewErrorResponse(model.FeatureNotAvailable))
14}
15
16func GetSyncProgress(c *gin.Context) {
17 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