(cs protocols.ClientState, id protocols.ObjectID[T], code U, message string)
| 42 | } |
| 43 | |
| 44 | func SendError[T any, U ~uint32 | ~uint8](cs protocols.ClientState, id protocols.ObjectID[T], code U, message string) { |
| 45 | cs.SendError(protocols.AnyObjectID(id), uint32(code), message) |
| 46 | } |
| 47 | |
| 48 | type Size struct { |
| 49 | Width uint32 |
no test coverage detected