MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getQueue

Method getQueue

src/services/AutoArchiveService.ts:280–283  ·  view source on GitHub ↗

* Get the current auto-archive queue from plugin data

()

Source from the content-addressed store, hash-verified

278 * Get the current auto-archive queue from plugin data
279 */
280 private async getQueue(): Promise<PendingAutoArchive[]> {
281 const data = await this.plugin.loadData();
282 return data?.autoArchiveQueue || [];
283 }
284
285 /**
286 * Save the auto-archive queue to plugin data

Callers 4

scheduleAutoArchiveMethod · 0.95
cancelAutoArchiveMethod · 0.95
processQueueMethod · 0.95
getQueueStatusMethod · 0.95

Calls 1

loadDataMethod · 0.45

Tested by

no test coverage detected