MCPcopy
hub / github.com/nukeop/nuclear / updateItemState

Method updateItemState

packages/plugin-sdk/src/api/queue.ts:56–58  ·  view source on GitHub ↗
(id: string, updates: QueueItemStateUpdate)

Source from the content-addressed store, hash-verified

54 }
55
56 updateItemState(id: string, updates: QueueItemStateUpdate) {
57 return this.#withHost((h) => h.updateItemState(id, updates));
58 }
59
60 goToNext() {
61 return this.#withHost((h) => h.goToNext());

Callers 5

SoundProviderFunction · 0.80
queueStore.test.tsFile · 0.80
createQueueHostFunction · 0.80
setItemErrorFunction · 0.80
updateItemCandidatesFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected