Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/hydro-dev/Hydro
/ send
Method
send
framework/framework/server.ts:643–645 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
641
stream.end();
642
},
643
send(data: any) {
644
stream.write(`${args.sse ?
'data: '
:
''
}${data}\n${args.sse ?
'\n'
:
''
}`);
645
},
646
};
647
}
648
ctx.handler = h;
Callers
5
prepare
Method · 0.45
message
Method · 0.45
resetCompression
Method · 0.45
send
Method · 0.45
handleWS
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected