Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ bot-gateway.test.ts
File
bot-gateway.test.ts
test/bot-gateway.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
{ BotGateway } from
'../src/bot/gateway.ts'
;
3
import
type
{ Transport, Incoming, MessageRef, Button, AgentRunner, TurnSink } from
'../src/bot/types.ts'
;
4
Callers
nothing calls this directly
Calls
7
onDelta
Method · 0.80
ask
Method · 0.80
fakeTransport
Function · 0.70
inject
Function · 0.70
flush
Function · 0.70
start
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected