MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / enqueueItem

Method enqueueItem

cli/src/commands/fileSystem/transferQueue.ts:89–92  ·  view source on GitHub ↗
(item: QueueItem<RemoteDataType>)

Source from the content-addressed store, hash-verified

87 .catch((error: unknown) => {
88 this.recordFailure(item, error);
89 });
90 this.ongoingItems.add(promise);
91 this.updateQueuedCount();
92 void promise.finally(() => {
93 this.ongoingItems.delete(promise);
94 this.updateQueuedCount();
95 });

Callers 3

seedMethod · 0.80
enqueueLocalPathMethod · 0.80
enqueueRemoteNodeMethod · 0.80

Calls 1

updateQueuedCountMethod · 0.95

Tested by 1

seedMethod · 0.64