Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ sse-stream.spec.ts
File
sse-stream.spec.ts
packages/core/test/router/sse-stream.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect } from
'chai'
;
2
import
{ EventSource } from
'eventsource'
;
3
import
{ createServer, OutgoingHttpHeaders } from
'http'
;
4
import
{ AddressInfo } from
'net'
;
Callers
nothing calls this directly
Calls
8
createServer
Function · 0.85
writeMessage
Method · 0.80
written
Function · 0.70
end
Method · 0.65
listen
Method · 0.65
close
Method · 0.65
callback
Function · 0.50
pipe
Method · 0.45
Tested by
no test coverage detected