MCPcopy Create free account
hub / github.com/53AI/53AIHub / GetProgress

Method GetProgress

api/service/mcp/batch_upload_service.go:39–45  ·  view source on GitHub ↗
(ctx context.Context, batchID string, detail bool, fileUploadID string, since int64)

Source from the content-addressed store, hash-verified

37}
38
39func (s *BatchUploadService) GetProgress(ctx context.Context, batchID string, detail bool, fileUploadID string, since int64) (*core.BatchProgressResponse, error) {
40 return s.facade.GetProgressStorage().GetBatchProgress(batchID, &core.ProgressQueryParams{
41 Detail: detail,
42 FileUploadID: fileUploadID,
43 Since: since,
44 })
45}
46
47func (s *BatchUploadService) CancelBatch(ctx context.Context, batchID string) error {
48 return s.facade.CancelBatch(batchID)

Callers 1

Calls 2

GetBatchProgressMethod · 0.80
GetProgressStorageMethod · 0.45

Tested by

no test coverage detected