Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ message_queue_group.test.ts
File
message_queue_group.test.ts
packages/message/message_queue_group.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
"vitest"
;
2
import
{ MessageQueue, MessageQueueGroup,
type
IMessageQueue } from
"./message_queue"
;
3
4
const
nextTick = () => Promise.resolve().then(() => {});
Callers
nothing calls this directly
Calls
9
next
Function · 0.85
fn
Method · 0.80
push
Method · 0.80
nextTick
Function · 0.70
group
Method · 0.65
subscribe
Method · 0.65
emit
Method · 0.65
use
Method · 0.65
publish
Method · 0.65
Tested by
no test coverage detected