MCPcopy Index your code
hub / github.com/nukeop/nuclear / reorder

Method reorder

packages/plugin-sdk/src/api/queue.ts:52–54  ·  view source on GitHub ↗
(fromIndex: number, toIndex: number)

Source from the content-addressed store, hash-verified

50 }
51
52 reorder(fromIndex: number, toIndex: number) {
53 return this.#withHost((h) => h.reorder(fromIndex, toIndex));
54 }
55
56 updateItemState(id: string, updates: QueueItemStateUpdate) {
57 return this.#withHost((h) => h.updateItemState(id, updates));

Callers 3

handleReorderFunction · 0.80
queueStore.test.tsFile · 0.80
createQueueHostFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected