Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nukeop/nuclear
/ subscribeToCurrentItem
Method
subscribeToCurrentItem
packages/plugin-sdk/src/api/queue.ts:80–82 ·
view source on GitHub ↗
(listener: (item: QueueItem | undefined) => void)
Source
from the content-addressed store, hash-verified
78
}
79
80
subscribeToCurrentItem(listener: (item: QueueItem | undefined) => void) {
81
return
this.#withHost((h) => h.subscribeToCurrentItem(listener));
82
}
83
}
Callers
1
queueHost.test.ts
File · 0.80
Calls
1
#withHost
Method · 0.95
Tested by
no test coverage detected