Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ close
Method
close
framework/framework/server.ts:640–642 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
638
ctx.compress = false;
639
conn = {
640
close() {
641
stream.end();
642
},
643
send(data: any) {
644
stream.write(`${args.sse ?
'data: '
:
''
}${data}\n${args.sse ?
'\n'
:
''
}`);
645
},
Callers
5
close
Method · 0.45
constructor
Method · 0.45
listen
Method · 0.45
isPortFree
Function · 0.45
Steps
Function · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected