Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/screego/server
/ WriteTimeout
Method
WriteTimeout
ws/room.go:143–145 ·
view source on GitHub ↗
(msg outgoing.Message)
Source
from the content-addressed store, hash-verified
141
}
142
143
func
(u *User) WriteTimeout(msg outgoing.Message) {
144
writeTimeout(u._write, msg)
145
}
146
147
func
writeTimeout[T any](ch
chan
<- T, msg T) {
148
select
{
Callers
8
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
executeNoError
Method · 0.80
newSession
Method · 0.80
notifyInfoChanged
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Calls
1
writeTimeout
Function · 0.85
Tested by
no test coverage detected