Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/websocket
/ closeWithInternal
Method
closeWithInternal
ws_js.go:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
func
(c *Conn) closeWithInternal() {
128
c.Close(StatusInternalError,
"something went wrong"
)
129
}
130
131
// Read attempts to read a message from the connection.
132
// The maximum time spent waiting is bounded by the context.
Callers
2
init
Method · 0.95
Write
Method · 0.95
Calls
1
Close
Method · 0.95
Tested by
no test coverage detected