Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarsWang42/Awel
/ resumeDevServer
Function
resumeDevServer
packages/cli/src/devserver.ts:46–51 ·
view source on GitHub ↗
(_port: number)
Source
from the content-addressed store, hash-verified
44
* and the browser picks up all accumulated changes at once.
45
*/
46
export
function
resumeDevServer(_port: number): void {
47
streaming = false;
48
for
(
const
socket of proxySockets) {
49
socket.resume();
50
}
51
}
Callers
1
streamResponse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected