Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ queue-consumer.test.ts
File
queue-consumer.test.ts
services/session-ingest/src/queue-consumer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
'vitest'
;
2
import
type
* as SessionEvents from
'./session-events'
;
3
4
// Mock cloudflare:workers before any imports that might pull in DO code
Callers
nothing calls this directly
Calls
7
createItemExtractor
Function · 0.90
queue
Function · 0.90
computeSessionMetadataUpdates
Function · 0.90
feedAll
Function · 0.85
write
Method · 0.80
end
Method · 0.65
resolve
Function · 0.50
Tested by
no test coverage detected