()
| 78 | } |
| 79 | |
| 80 | func (s *clientSocket) Namespace() string { |
| 81 | return s.ns |
| 82 | } |
| 83 | |
| 84 | func (s *clientSocket) Emit(event string, args ...interface{}) error { |
| 85 | return s.Send(s.ns, s.ID(), event, args...) |
nothing calls this directly
no outgoing calls
no test coverage detected