MCPcopy
hub / github.com/AstrBotDevs/AstrBot / progress

Function progress

dashboard/src/api/v1.ts:685–693  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

683 );
684 },
685 progress(taskId: string) {
686 return withLegacyFallback<any>(
687 openApiV1.getUpdateProgress({ path: { task_id: taskId } }),
688 () =>
689 httpClient.get<ApiEnvelope<any>>('/api/update/progress', {
690 params: { id: taskId },
691 }),
692 );
693 },
694 installPip(payload: PipInstallRequest) {
695 return withLegacyFallback<OpenConfig>(
696 openApiV1.installPipPackage({ body: payload }),

Callers

nothing calls this directly

Calls 3

withLegacyFallbackFunction · 0.85
typedFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected