Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xSero/open-queue
/ flush
Function
flush
test/queue.test.mjs:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
const
{ MessageQueuePlugin } =
await
import
(
"../dist/index.js"
)
6
7
const
flush = () =>
new
Promise((resolve) => setImmediate(resolve))
8
9
function
createFakeClient() {
10
const
promptCalls = []
Callers
1
queue.test.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected