MCPcopy 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
143func (u *User) WriteTimeout(msg outgoing.Message) {
144 writeTimeout(u._write, msg)
145}
146
147func writeTimeout[T any](ch chan<- T, msg T) {
148 select {

Callers 8

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
executeNoErrorMethod · 0.80
newSessionMethod · 0.80
notifyInfoChangedMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 1

writeTimeoutFunction · 0.85

Tested by

no test coverage detected